Webhooks
List gateway webhooks
Definitions for outbound HTTP hooks fired after successful gateway operations (requires static admin key).
Query Parameters
limit?integer
Default
50offset?integer
Default
0client_name?string
When set, only webhooks targeting this Athena client (client_name / X-Athena-Client) are returned.
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
application/json
curl -X GET "https://athena-cluster.com/admin/webhooks" \ -H "apikey: string"{
"status": "success",
"message": "string",
"data": {}
}{
"status": "error",
"message": "string",
"error": "string"
}