post https://app.heedjy.com/api/oauth2/token
Get an Oauth2 Access Token by using the Client's credentials (a Client ID and a Client Secret).
Log in to see full request history
Responses
Get an Oauth2 Access Token by using the Client's credentials (a Client ID and a Client Secret).
xxxxxxxxxx
curl --request POST \
--url https://app.heedjy.com/api/oauth2/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: