api_key_revoked
Partner API error
HTTP status: 401
Cause
API key exists but has been revoked.
Partner action
Generate a new API key in Gando admin and update your integration.
Gando action (internal)
Confirm revocation in admin. Check whether key rotation was intentional.
Example response
{
"error": {
"code": "api_key_revoked",
"message": "Partner API key has been revoked",
"requestId": "req_abc123"
}
}