api_key_expired
HTTP Status: 401 Category: Authentication
When you see this
Key is past its expires_at date.
How to fix it
Mint a fresh key at Settings > Developer. Expiry timestamp is echoed in error.details.expired_at.
Example response
{
"error": {
"code": "api_key_expired",
"message": "Key is past its expires_at date.",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/api_key_expired",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}