Error Reference
token-revoked
| Field | Value |
|---|---|
| Type URI | https://docs.kordiam.app/docs/errors/token-revoked |
| HTTP Status | 401 Unauthorized |
Description
The provided authentication token has been revoked or is otherwise invalid. The server rejected the token because it is no longer accepted for authentication, even if it has not yet expired.
Response Example
Code
Common Causes
- Token was explicitly revoked
- Token was invalidated during token rotation or a security event
- Client credentials were reissued and the older bearer token is no longer accepted
How to Fix
- Obtain a new access token through the authentication flow.
- If the problem persists with a freshly issued token, verify that the client credentials and token lifecycle for the integration are still valid.
Last modified on