LinkedIn · Schema

ApplicationCredentials

ApplicationCredentials from LinkedIn API

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
applicationUrn string URN of the application
clientId string OAuth 2.0 client ID
clientSecret string OAuth 2.0 client secret
uniqueForeignId string Partner's unique identifier
View JSON Schema on GitHub

JSON Schema

linkedin-talent-learning-parent-application-application-credentials-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-schema/linkedin-talent-learning-parent-application-application-credentials-schema.json",
  "title": "ApplicationCredentials",
  "description": "ApplicationCredentials from LinkedIn API",
  "type": "object",
  "properties": {
    "applicationUrn": {
      "type": "string",
      "description": "URN of the application",
      "example": "urn:li:developerApplication:12345678"
    },
    "clientId": {
      "type": "string",
      "description": "OAuth 2.0 client ID",
      "example": "78abc123def456"
    },
    "clientSecret": {
      "type": "string",
      "description": "OAuth 2.0 client secret",
      "example": "secretXYZ789"
    },
    "uniqueForeignId": {
      "type": "string",
      "description": "Partner's unique identifier",
      "example": "acme-corp-12345"
    }
  }
}