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

Authorizations

Authorization
string
header
required

base64(client_id:secret_key)

Response

OK

Response of Api Token

api_token
string
token_type
string
default:bearer
expires_in
integer
default:3600

expires_in in seconds