LinkedIn · Example Payload

Linkedin Talent Recruiter System Connect Access Token Request Example

BusinessCareersMarketingProfessional NetworkingRecruitingSocial-MediaFortune 1000

Linkedin Talent Recruiter System Connect Access Token Request Example is an example object payload from LinkedIn, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

grant_typeclient_idclient_secret

Example Payload

Raw ↑
{
  "grant_type": "client_credentials",
  "client_id": "78abc123def456",
  "client_secret": "secretXYZ789"
}