Skip to main content
POST
Verify access token
Validates the access token in Authorization and returns claims. Requires X-API-Key and Bearer token.
Send both X-API-Key and Authorization: Bearer with the token under test.

Response

200 OK
boolean
Whether the token is currently valid.
string
Present when valid is true.
string[]
Role slugs when valid.
string[]
Permission slugs when valid.

Status codes