OAuth2
Oauth2 token endpoint
OAuth2 Token endpoint. Please note that this authorization url is configured in the developer portal. The required parameters depend on the grant type requested:
Authorization Code (Media Library/Planned Content)
- grant_type: authorization_code
- client_id
- client_secret
- code
- redirect_uri
Refresh Token (Media Library/Planned Content)
- grant_type: refresh_token
- client_id
- client_secret
- refresh_token
Client Credentials (CRM integration)
- grant_type: client_credentials
- client_id
- client_secret
- scope: CRM-Instance-URL provided by the customer
post/v1/oauth2/token
Response
successful operation