cURL
curl --request GET \ --url https://api.example.com/oauth/authorize \ --header 'x-api-key: <api-key>'
{ "code": 123, "message": "<string>" }
Endpoint used to authorize token
Token authorized successfully