{ "opencollection": "1.0.0", "info": { "name": "LinkedIn Compliance Events Access Control List Uploads API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://www.linkedin.com/oauth/v2/authorization", "accessTokenUrl": "https://www.linkedin.com/oauth/v2/accessToken", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "List Uploads", "type": "folder" }, "items": [ { "info": { "name": "LinkedIn Attach Uploaded List to DMP Segment", "type": "http" }, "http": { "method": "POST", "url": "https://api.linkedin.com/dmpSegments/:ListUploadSegmentId/listUploads", "headers": [ { "name": "LinkedIn-Version", "value": "202401" }, { "name": "X-Restli-Protocol-Version", "value": "2.0.0" } ], "params": [ { "name": "ListUploadSegmentId", "value": "987654323", "type": "path", "description": "ID of the list upload DMP segment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Attach an uploaded CSV list file to a DMP segment. Use the media URN returned from the file upload step." } ] } ], "bundled": true }