Update OAuth2.0 Authorized CallBack URL for Child Application
POST https://api.linkedin.com/v2/provisionedApplications/{{customer_application_urn}}
Use this API Endpoint when partner wants to update OAuth2.0 Authorized CallBack URL for child application for any of mutual customer. Refer here for more information.
Request Body
{"patch"=>{"$set"=>{"oauth2AuthorizedCallbackUrls"=>["https://app.getpostman.com/oauth2/callback"]}}}