List all webhook endpoints
Responses
Section titled “ Responses ”object
object
HTTPS URL to POST events to
Human-readable label for this endpoint
Whether the endpoint is actively receiving deliveries
Per-endpoint delivery rate limit (requests per second)
Timestamp of the last signing secret rotation
UI affordance for the payload shape (standard | slack | teams | custom). The render engine treats every non-standard endpoint identically.
Body template (JSON string) with {{ path }} placeholders. NULL ⇒ standard Standard-Webhooks envelope (no behaviour change).
Header name → template string map applied to deliveries.
object
Content-Type sent with the rendered delivery body.
Number of consecutive failed deliveries. Drives endpoint auto-disable: when it reaches the service threshold the endpoint is set enabled=false. A successful delivery resets it to 0. Read-only; surfaced so the console can distinguish an auto-disabled endpoint from a manually-paused one and prompt re-enable.
When the endpoint was auto-disabled by the platform (set together with enabled=false when consecutive_failures crosses the service threshold). NULL when the endpoint has never been auto-disabled, or after a re-enable clears it. Lets the console show an auto-disabled endpoint distinctly from a manually-paused one.
Why the endpoint was auto-disabled (e.g. ‘auto_consecutive_failures’). NULL when not auto-disabled / after re-enable. Paired with disabledAt; a first-class signal so the console does not have to infer auto-disable from (!enabled && consecutive_failures >= threshold).
object
Current page number (1-indexed)
Items per page
Total number of items across all pages
Total number of pages
Whether more pages exist after the current one