post {protocol}://{userdomain}:{port}/api/oauth/v1/token
Returns access token base on client credential.
Log in to see full request history
Responses
Returns access token base on client credential.
xxxxxxxxxx
curl --request POST \
--url https://user.domain.com:443/api/oauth/v1/token \
--header 'accept: application/json' \
--header 'content-type: application/x-www-form-urlencoded' \
--data grant_type=client_credentials
Try It!
to start a request and see the response here! Or choose an example: