Athena
Api keysIdIp whitelist

Add per-key IP whitelist entries

POST
/admin/api-keys/{id}/ip-whitelist

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.

Request Body

application/json

addrs*array<>
label?|

Response Body

curl -X POST "https://athena-cluster.com/admin/api-keys/{id}/ip-whitelist" \  -H "apikey: string" \  -H "Content-Type: application/json" \  -d '{    "addrs": [      "string"    ]  }'
Empty