NB : This endpoint only accepts multipart/form-data as request body Content-Type header. Make sure you send the request as form, adding the grant_type parameter with value client_credentials. The successful response body is a JSON object.
Request
Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password