cURL
curl --request POST \ --url https://api.sandbox.thrivory.com/v1/oauth/token \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "client_id": "<string>", "client_secret": "<string>", "grant_type": "<string>" }'
{ "access_token": "<string>", "token_type": "Bearer", "expires_in": 3600 }
The access token received from the authorization server in the OAuth 2.0 flow.
"client_credentials"
Access token
"Bearer"
3600