LinkedIn · Example Payload

Linkedin Marketing Leads Fetch Full Lead Data Response200 Example

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Linkedin Marketing Leads Fetch Full Lead Data Response200 Example is an example object payload from LinkedIn, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ownersubmitterleadTypeleadMetadataversionedLeadGenFormUrnidsubmittedAttestLeadassociatedEntityformResponse

Example Payload

Raw ↑
{
  "owner": {
    "sponsoredAccount": "example_value"
  },
  "submitter": "example_value",
  "leadType": "example_value",
  "leadMetadata": {
    "sponsoredLeadMetadata": {
      "campaign": "example_value"
    }
  },
  "versionedLeadGenFormUrn": "urn:li:organization:123456",
  "id": "123456",
  "submittedAt": 42,
  "testLead": true,
  "associatedEntity": {
    "associatedCreative": "example_value"
  },
  "formResponse": {
    "consentResponses": [
      {
        "accepted": {},
        "consentId": {}
      }
    ],
    "answers": [
      {
        "answerDetails": {},
        "questionId": {}
      }
    ]
  }
}