{ "opencollection": "1.0.0", "info": { "name": "LinkedIn Compliance Events Access Control Child Application Provisioning 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": "Child Application Provisioning", "type": "folder" }, "items": [ { "info": { "name": "LinkedIn Provision Child Application", "type": "http" }, "http": { "method": "POST", "url": "https://api.linkedin.com/v2/provisionedApplications", "headers": [ { "name": "Content-Type", "value": "application/json" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new child application for a mutual customer. Partners use this endpoint to provision developer applications that enable customer integrations with LinkedIn services.\nFor more information, refer to the [Create Application documentation](https://docs.microsoft.com/en-us/linkedin/talent/middleware-platform/provisioning-api#create-application)." } ] } ], "bundled": true }