Skip to main content
GET
/
oauth
/
authorize
Authorize token
curl --request GET \
  --url https://api.example.com/oauth/authorize \
  --header 'x-api-key: <api-key>'
{
  "code": 123,
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Response

Token authorized successfully

code
integer
message
string