curl --request POST \
--url https://{defaultHost}/v1/auth/{app_id}/tokens/verify/access \
--header 'X-Authorization: <api-key>'{
"message": "verified",
"verified": true
}Verify that an access token is valid and not expired. Requires a valid access token in the Authorization header.
curl --request POST \
--url https://{defaultHost}/v1/auth/{app_id}/tokens/verify/access \
--header 'X-Authorization: <api-key>'{
"message": "verified",
"verified": true
}Was this page helpful?