LinkedIn · JSON Structure

Linkedin Talent Learning Parent Application Application Credentials Structure

ApplicationCredentials from LinkedIn API

Type: object Properties: 4
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

ApplicationCredentials is a JSON Structure definition published by LinkedIn, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

applicationUrn clientId clientSecret uniqueForeignId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-talent-learning-parent-application-application-credentials-structure.json",
  "name": "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"
    }
  }
}