LinkedIn · JSON Structure

Linkedin Sales Navigator Sales Navigator Profile Association Key Structure

SalesNavigatorProfileAssociationKey from LinkedIn API

Type: object Properties: 3
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

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

Properties

partner instanceId recordId

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-navigator-profile-association-key-structure.json",
  "name": "SalesNavigatorProfileAssociationKey",
  "description": "SalesNavigatorProfileAssociationKey from LinkedIn API",
  "type": "object",
  "properties": {
    "partner": {
      "type": "string",
      "description": "ID of the CRM partner that synced with Sales Navigator",
      "example": "salesforce"
    },
    "instanceId": {
      "type": "string",
      "description": "ID of the CRM instance that synced with Sales Navigator",
      "example": "sf-instance-001"
    },
    "recordId": {
      "type": "string",
      "description": "ID of the CRM record",
      "example": "contact-12345"
    }
  }
}