List webhook endpoints
Webhooks
List webhook endpoints
Returns all configured webhook endpoints for the authenticated tenant.
GET
List webhook endpoints
Returns all webhook endpoints for the authenticated tenant, sorted by creation time (newest first). The endpoint
secret is not included in list responses — it is only returned once when the endpoint is created.
Response fields
| Field | Type | Description |
|---|---|---|
id | uuid | Unique identifier for the endpoint |
name | string | Human-readable name you assigned when creating the endpoint |
url | string | The HTTPS URL that receives webhook deliveries |
status | string | Current endpoint status: active or disabled |
event_filters | string[] | Event types or wildcard patterns the endpoint subscribes to |
created_at | string | ISO 8601 timestamp when the endpoint was created |
updated_at | string | ISO 8601 timestamp of the last modification |

