LinkedIn · JSON Structure

Linkedin Sales Navigator Sales Access Token Response Structure

SalesAccessTokenResponse from LinkedIn API

Type: object Properties: 2
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

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

Properties

elements paging

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-sales-navigator-sales-access-token-response-structure.json",
  "name": "SalesAccessTokenResponse",
  "description": "SalesAccessTokenResponse from LinkedIn API",
  "type": "object",
  "properties": {
    "elements": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SalesAccessToken"
      }
    },
    "paging": {
      "$ref": "#/components/schemas/Paging"
    }
  }
}