{ "opencollection": "1.0.0", "info": { "name": "LinkedIn Posts API", "version": "2.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": "Posts", "type": "folder" }, "items": [ { "info": { "name": "Create a post", "type": "http" }, "http": { "method": "POST", "url": "https://api.linkedin.com/v2/posts", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new post on LinkedIn." } ] } ], "bundled": true }