{ "opencollection": "1.0.0", "info": { "name": "LinkedIn Compliance Events Access Control Business Manager 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": "Business Manager", "type": "folder" }, "items": [ { "info": { "name": "LinkedIn Get Business Manager Account Relationships", "type": "http" }, "http": { "method": "GET", "url": "https://api.linkedin.com/rest/dmaBusinessManagerAccountRelationships", "headers": [ { "name": "LinkedIn-Version", "value": "202312" }, { "name": "X-Restli-Protocol-Version", "value": "2.0.0" } ], "params": [ { "name": "q", "value": "roleAssignee", "type": "query", "description": "Query type for finder operations" }, { "name": "businessManagerAccount", "value": "urn:li:businessManagerAccount:21002", "type": "query" }, { "name": "start", "value": "0", "type": "query", "description": "Pagination start index" }, { "name": "count", "value": "25", "type": "query", "description": "Number of results to return" } ] }, "docs": "Retrieves business manager account relationships for data portability compliance. Returns relationship types and status between business manager accounts and organizations." } ] } ], "bundled": true }