xxxxxxxxxx
curl --request POST \
--url '/api/v1.0//oauth/token' \
--data '{
"client_id": "{string}",
"client_secret": "{string}",
"audience": "{string}",
"grant_type": "client_credentials",
"refresh": "{boolean}"
}'
Successfully generated a access token
Unauthorized Error
{
"access_token": "{string}",
"token_type": "Bearer",
"expires_in": 86400,
"scope": "{string}"
}
We serve cookies on this site to analyse traffic and optimise your experience. By using the website you agree to the Privacy Policy.