{ "opencollection": "1.0.0", "info": { "name": "LinkedIn Compliance Events Access Control Use Cases > Statistics APIs > Organization Page Statistics 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": "Use Cases > Statistics APIs > Organization Page Statistics", "type": "folder" }, "items": [ { "info": { "name": "LinkedIn Lifetime Page Statistics", "type": "http" }, "http": { "method": "GET", "url": "https://api.linkedin.com/organizationPageStatistics", "headers": [ { "name": "X-Restli-Protocol-Version", "value": "2.0.0" }, { "name": "LinkedIn-Version", "value": "{{insert_version}}" } ], "params": [ { "name": "q", "value": "organization", "type": "query" }, { "name": "organization", "value": "urn%3Ali%3Aorganization%3A2414183", "type": "query" } ] }, "docs": "LinkedIn Lifetime Page Statistics" } ] } ], "bundled": true }