List Webhook Endpoints
List all registered webhook endpoints for your account.
GET
/webhooks/endpointsList all webhook endpoints.
No parameters for this endpoint.
Response
{
"endpoints": [
{
"id": 1,
"url": "https://your-app.com/webhooks",
"event_types": ["chat.message.completed"],
"agent_id": null,
"description": "Production webhook",
"is_active": true,
"max_retries": 3,
"last_triggered_at": "2026-03-16T10:30:00",
"created_at": "2026-03-16T10:00:00"
}
]
}The secret is not included in list responses.