Skip to main content
POST
/
v1
/
auth
/
{app_id}
/
tokens
/
verify
/
access
Verify access token
curl --request POST \
  --url https://{defaultHost}/v1/auth/{app_id}/tokens/verify/access \
  --header 'X-Authorization: <api-key>'
{
  "message": "verified",
  "verified": true
}

Authorizations

X-Authorization
string
header
required

User Access token

Path Parameters

app_id
string
required

App ID

Response

token is valid

message
string
Example:

"verified"

verified
boolean
Example:

true