POST
/
api
/
oauth
/
sdk-token
{
  "sdk_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 Sdk Token