Skip to main content
POST
Authorization

Authorizations

Authorization
string
header
required

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

Body

application/json

The body is of type object.

Response

201 - application/json

Successful response

token_type
integer

The Type of Token (Bearer).

access_token
string

The Access token.

expires_in
string

The Access token Expiration time (86400).