post https://sandbox-api.heypongo.com/v1/oauth/token
Retrieve the JWT Access Token for the user with your given code received from the OAuth authorization form
Log in to see full request history
Response
Retrieve the JWT Access Token for the user with your given code received from the OAuth authorization form
xxxxxxxxxx
curl --request POST \
--url https://sandbox-api.heypongo.com/v1/oauth/token \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"grant_type": "client_credentials"
}
'
Try It!
to start a request and see the response here! Or choose an example: