post https://api.resellerratings.com/v1/oauth/access_token
Log in to see full request history
Responses
400Content missing or invalid
401Invalid token
400Content missing or invalid
401Invalid token
xxxxxxxxxx
curl --request POST \
--url https://api.resellerratings.com/v1/oauth/access_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: