Skip to main content

api_key_revoked

HTTP Status: 401 Category: Authentication

When you see this

Key was revoked. Fires only on prove-of-presentation match.

How to fix it

This key cannot be reactivated. Mint a new key at Settings > Developer and update your secrets store.

Example response

{
"error": {
"code": "api_key_revoked",
"message": "Key was revoked. Fires only on prove-of-presentation match.",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/api_key_revoked",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}