{ "opencollection": "1.0.0", "info": { "name": "LinkedIn Compliance Events Access Control Audience Insights 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": "Audience Insights", "type": "folder" }, "items": [ { "info": { "name": "LinkedIn Fetch Audience Insights by Targeting Criteria", "type": "http" }, "http": { "method": "POST", "url": "https://api.linkedin.com/targetingAudienceInsights", "headers": [ { "name": "LinkedIn-Version", "value": "202401" }, { "name": "X-Restli-Protocol-Version", "value": "2.0.0" } ], "params": [ { "name": "action", "value": "audienceInsights", "type": "query", "description": "Action to perform" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve aggregated demographic insights, firmographic details, locations, and interests/behaviors for a target audience based on specified targeting criteria." } ] } ], "bundled": true }