LinkedIn · Example Payload

Linkedin Createdmpsegment Example

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Linkedin Createdmpsegment Example is an example object payload from LinkedIn, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "createDmpSegment",
  "method": "POST",
  "path": "/dmpSegments",
  "summary": "LinkedIn Create DMP Segment",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "SuccessResponse",
      "example": {
        "id": 987654321,
        "name": "DMP segment for CSV uploads",
        "account": "urn:li:sponsoredAccount:123456",
        "accessPolicy": "PRIVATE",
        "type": "COMPANY_LIST_UPLOAD",
        "sourcePlatform": "LIST_UPLOAD",
        "status": "PROCESSING",
        "destinations": [
          {
            "destination": "LINKEDIN"
          }
        ]
      }
    }
  ]
}