Errors
api_key_revoked
Somebody revoked this key in the dashboard.
HTTP 401authentication_error
The key is a Univooz key. A person in your organization revoked it.
Why it happens
A user revokes a key in Developers → API keys. The usual reasons are a lost secret, an old integration, or a change of staff.
Revocation starts immediately. You cannot undo it.
How to fix it
Make a new key and install it. The old key does not work again.
If you did not expect this, find out who revoked the key before you make a new one.
Example response
{
"error": {
"type": "authentication_error",
"code": "api_key_revoked",
"message": "This API key has been revoked.",
"doc_url": "https://docs.univooz.com/errors/api_key_revoked",
"request_id": "req_01KZCCF8ZH4M7XQ2VB9RSTNPKD"
}
}