Api keysIdVirginReset
Reset virgin counters (optionally truncate seen IPs)
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
clear_seen?boolean
When true, truncates the api_key_ip_seen rows for the key in addition to resetting counters.
Response Body
curl -X POST "https://athena-cluster.com/admin/api-keys/{id}/virgin/reset" \ -H "apikey: string" \ -H "Content-Type: application/json" \ -d '{}'Empty
Copy seen IPs into the whitelist and mark the virgin key as resolved POST
Honors `max_whitelist_ips` when picking seen IPs; inserts the earliest-seen entries first.
List or create database backups GET
Returns completed backup jobs from `public.backup_jobs`, newest first, with optional client filtering and keyset pagination.