Provision Child Application
POST https://api.linkedin.com/v2/provisionedApplications
Use this API Endpoint when partner wants to create a child application for any of mutual customer. Refer here for more information.
Request Body
{"description"=>"TEST APP FOR {{customer_name}}", "name"=>"{{customer_name}}", "uniqueForeignId"=>"{{unique_foreign_id}}", "oauth2AuthorizedCallbackUrls"=>["https://app.getpostman.com/oauth2/callback"], "validJsSdkDomains"=>["http://localhost:5000"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |