Client configs
List per-client configuration overrides
Returns all rows from the `athena_client_configs` table used to override gateway behavior (resilience, admission, insert windows, feature flags, etc.) on a per-client basis. Requires the static admin key.
Header Parameters
apikey*string
The static admin key configured as ATHENA_KEY_12. Authorization headers (Bearer <key>), X-API-Key, X-Athena-Key, or ?api_key= are also accepted.
Response Body
application/json
curl -X GET "https://athena-cluster.com/admin/client-configs" \ -H "apikey: string"Empty
Empty
{
"status": "error",
"message": "string",
"error": "string"
}