{ "opencollection": "1.0.0", "info": { "name": "LinkedIn Compliance Events Access Control Creative Management 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": "Creative Management", "type": "folder" }, "items": [ { "info": { "name": "LinkedIn Create Creative", "type": "http" }, "http": { "method": "POST", "url": "https://api.linkedin.com/creatives", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new ad creative." } ] } ], "bundled": true }