Athena
Client configsClient_name

Get, upsert or delete a per-client configuration override

Retrieve the override row for one client (if any). Requires the static admin key.

GET
/admin/client-configs/{client_name}

Path Parameters

client_name*string

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/string" \  -H "apikey: string"
Empty
Empty
Empty
{
  "status": "error",
  "message": "string",
  "error": "string"
}