{ "operationId": "getDmpSegments", "method": "GET", "path": "/dmpSegments", "summary": "LinkedIn Monitor DMP Segment Status", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "SuccessResponse", "example": { "paging": { "start": 0, "count": 10, "total": 1, "links": [] }, "elements": [ { "id": 987654321, "name": "DMP segment for CSV uploads", "account": "urn:li:sponsoredAccount:123456", "accessPolicy": "PRIVATE", "type": "COMPANY_LIST_UPLOAD", "sourcePlatform": "LIST_UPLOAD", "status": "READY", "matchedCount": 5000, "inputCount": 6000, "audienceSize": 4500, "destinations": [ { "destination": "LINKEDIN" } ] } ] } } ] }