{ "opencollection": "1.0.0", "info": { "name": "LinkedIn Compliance Events Access Control Company Streaming 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": "Company Streaming", "type": "folder" }, "items": [ { "info": { "name": "LinkedIn Stream Company Data to Segment", "type": "http" }, "http": { "method": "POST", "url": "https://api.linkedin.com/dmpSegments/:CompanySegmentId/companies", "headers": [ { "name": "X-Restli-Protocol-Version", "value": "2.0.0" }, { "name": "LinkedIn-Version", "value": "202401" }, { "name": "X-RestLi-Method", "value": "BATCH_CREATE" } ], "params": [ { "name": "CompanySegmentId", "value": "987654321", "type": "path", "description": "ID of the company DMP segment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add or remove multiple companies from a DMP segment. The more information provided on a company, the better chance of a higher match rate." } ] } ], "bundled": true }