Skip to main content
GET
/
token
/
info
Inspect the current API token
curl --request GET \
  --url https://demo.dezerx.com/api/application/token/info \
  --header 'Authorization: Bearer <token>'
{
  "data": "<unknown>",
  "meta": {},
  "message": "<string>"
}

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

data
any
required
meta
object
required
message
string