{ "opencollection": "1.0.0", "info": { "name": "LinkedIn Marketing AdAccounts AdBudgetPricing 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": "AdBudgetPricing", "type": "folder" }, "items": [ { "info": { "name": "Get ad budget pricing", "type": "http" }, "http": { "method": "GET", "url": "https://api.linkedin.com/rest/adBudgetPricing", "headers": [ { "name": "LinkedIn-Version", "value": "" } ], "params": [ { "name": "account", "value": "", "type": "query" }, { "name": "bidType", "value": "", "type": "query" }, { "name": "campaignType", "value": "", "type": "query" }, { "name": "matchType", "value": "", "type": "query" }, { "name": "q", "value": "", "type": "query" } ], "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": "Get ad budget pricing" } ] } ], "bundled": true }