POST
/
api
/
oauth
/
api-token
{
  "api_token": "<string>",
  "token_type": "bearer",
  "expires_in": 3600
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

Response of Api Token