v1

latestOpenAPI 3.0.0Apache-2.02026-07-2683720.3 KB
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

access_tokenstring required
token_typestring required
expires_ininteger
refresh_tokenstring