LinkedIn · Example Payload

Linkedin Talent Learning Parent Application Provision Application Response Example

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Linkedin Talent Learning Parent Application Provision Application Response Example is an example object payload from LinkedIn, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

applicationUrnclientIdclientSecretnameuniqueForeignIdoauth2AuthorizedCallbackUrlsvalidJsSdkDomainscreatedAt

Example Payload

Raw ↑
{
  "applicationUrn": "urn:li:developerApplication:12345678",
  "clientId": "78abc123def456",
  "clientSecret": "secretXYZ789",
  "name": "Acme Corporation",
  "uniqueForeignId": "acme-corp-12345",
  "oauth2AuthorizedCallbackUrls": [
    "https://app.acme.com/oauth2/callback"
  ],
  "validJsSdkDomains": [
    "https://app.acme.com"
  ],
  "createdAt": 1702693664000
}