LinkedIn · Example Payload

Linkedin Talent Learning Parent Application Update Callback Url Request Example

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Linkedin Talent Learning Parent Application Update Callback Url Request Example is an example object payload from LinkedIn, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

patch

Example Payload

Raw ↑
{
  "patch": {
    "$set": {
      "oauth2AuthorizedCallbackUrls": [
        "https://app.acme.com/oauth2/callback",
        "https://new-domain.acme.com/oauth2/callback"
      ]
    }
  }
}