Fields
| Field | Type | Description |
|---|---|---|
id | uuid | Unique endpoint id. |
org_id | uuid | Owning organization. |
url | string | HTTPS URL we POST to. Must be publicly reachable. |
description | string | null | Human-readable label. Optional. |
enabled_events | string[] | Events this endpoint subscribes to. ["*"] matches every event. |
status | enabled | disabled | Whether the endpoint receives deliveries. |
disabled_reason | string | null | Set when CallingBox auto-disables the endpoint. too_many_failures means 10 consecutive exhausted deliveries. |
disabled_at | timestamp | null | When the endpoint was disabled. |
consecutive_failures | integer | Consecutive exhausted deliveries. Resets on any 2xx delivery. |
created_at | timestamp | |
updated_at | timestamp | |
signing_secret | string | Only returned on create and rotate_secret. The HMAC key for verifying CallingBox-Signature. |