application/json
application/json
"client_credentials"
. See the request sample below.CLIENT_ID
valueclient_secret
encrypted string{"token_type": "Bearer","expires_in": 31622400,"access_token": "encoded-string"}
Content-Type: application/jsonAccept: application/json
{"grant_type": "client_credentials","client_id": "{{CLIENT_ID}}","client_secret": "{{CLIENT_SECRET}}"}