{ "opencollection": "1.0.0", "info": { "name": "LinkedIn Organizations API", "version": "2.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": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List organization access", "type": "http" }, "http": { "method": "GET", "url": "https://api.linkedin.com/v2/organizationalEntityAcls", "params": [ { "name": "q", "value": "", "type": "query" }, { "name": "role", "value": "", "type": "query" }, { "name": "projection", "value": "", "type": "query" } ] }, "docs": "Find organizations for which the authenticated member has admin access." }, { "info": { "name": "Get an organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.linkedin.com/v2/organizations/:organizationId", "params": [ { "name": "organizationId", "value": "", "type": "path" } ] }, "docs": "Retrieve the details of an organization page." } ] } ], "bundled": true }