Returns all configured webhook endpoints for the authenticated tenant.
Returns all webhook endpoints for the authenticated tenant, sorted by creation time (newest first). The endpointDocumentation Index
Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt
Use this file to discover all available pages before exploring further.
secret is not included in list responses — it is only returned once when the endpoint is created.
| 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 |