{ "opencollection": "1.0.0", "info": { "name": "LinkedIn Marketing AdAccounts AdTargetingEntities API", "version": "2026.05" }, "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": "AdTargetingEntities", "type": "folder" }, "items": [ { "info": { "name": "Discover entities within a targeting facet", "type": "http" }, "http": { "method": "GET", "url": "https://api.linkedin.com/rest/adTargetingEntities", "headers": [ { "name": "LinkedIn-Version", "value": "" } ], "params": [ { "name": "q", "value": "", "type": "query" }, { "name": "queryVersion", "value": "", "type": "query" }, { "name": "facet", "value": "", "type": "query", "description": "Facet URN, e.g. `urn:li:adTargetingFacet:seniorities`." } ], "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}}" } } }, "docs": "Discover entities within a targeting facet" } ] } ], "bundled": true }