Webhooks
POST /webhooks
Request
{
"url": "https://your-app.com/athena-webhook",
"events": ["trust.miscalibrated", "bias.detected"],
"description": "Production webhook"
}Field
Type
Required
Description
Response
{
"webhook_id": "wh_abc123",
"url": "https://your-app.com/athena-webhook",
"secret": "whsec_xyz789",
"events": ["trust.miscalibrated", "bias.detected"],
"created_at": "2025-12-25T10:00:00Z"
}Example
GET /webhooks
Response
PATCH /webhooks/:id
Request
DELETE /webhooks/:id
Response
POST /webhooks/:id/test
Response
POST /webhooks/:id/rotate-secret
Response
POST /webhooks/:id/enable
Response
GET /webhooks/:id/deliveries
Request
Response
Available Events
Event
Description
Regulation
Webhook Payload
Signature Verification
Verify Signature
Signature Header Format
Retry Policy
Attempt
Delay
Last updated