post https://example.com/auth/api/v1/oauth/token
Access Token Request https://tools.ietf.org/html/rfc6749
Log in to see full request history
Responses
Access Token Request https://tools.ietf.org/html/rfc6749
xxxxxxxxxx
curl --request POST \
--url https://example.com/auth/api/v1/oauth/token \
--header 'accept: application/json' \
--header 'content-type: application/x-www-form-urlencoded'
Try It!
to start a request and see the response here! Or choose an example: