Skip to main content

api_key_disabled

HTTP Status: 401 Category: Authentication

When you see this

Key exists but is_active=false (administratively disabled).

How to fix it

Re-enable the key at Settings > Developer or contact the agency owner. Disabled keys can be re-enabled without rotation.

Example response

{
"error": {
"code": "api_key_disabled",
"message": "Key exists but is_active=false (administratively disabled).",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/api_key_disabled",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}