Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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

Body

application/json
shortToken
string
required

The short token string to resolve back to a bearer token. Example: abc123def456ghi789

Response

Success

status
boolean

Status of response.

message
string

Message of API response.

data
object

Resolved token data.