WebhooksEvents
List webhook event types
Returns every supported `route_key` for `gateway_webhook` definitions, with titles and descriptions (gateway, PostgREST, and schema/management DDL triggers). 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
application/json
curl -X GET "https://athena-cluster.com/admin/webhooks/events" \ -H "apikey: string"{
"status": "success",
"message": "string",
"data": {}
}{
"status": "error",
"message": "string",
"error": "string"
}