post https://api.hostex.io/v3/oauth/authorizations
This endpoint is used to obtain a new access token using various OAuth 2.0 grant types or refresh an existing token.
Response
This endpoint is used to obtain a new access token using various OAuth 2.0 grant types or refresh an existing token.
xxxxxxxxxx
curl --request POST \
--url https://api.hostex.io/v3/oauth/authorizations \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"grant_type": "authorization_code"
}
'
Try It!
to start a request and see the response here! Or choose an example: