WebhooksResponse
Defined in: v1/schemas.ts:762
The wrapper returned by the /webhooks endpoint.
Remarks
Section titled “Remarks”This endpoint returns all webhooks including deleted ones, with no
pagination or filtering support. See Webhook for important
notes on interpreting workflow_state values.
Extends
Section titled “Extends”output<typeofWebhooksResponseSchema>
Properties
Section titled “Properties”webhooks
Section titled “webhooks”webhooks: {
event_trigger?:string;id:number;url?:string;webhook_events_count?:number;workflow_state?:string; }[]
Defined in: v1/schemas.ts:751
event_trigger?
Section titled “event_trigger?”
optionalevent_trigger?:string
id:
number
optionalurl?:string
webhook_events_count?
Section titled “webhook_events_count?”
optionalwebhook_events_count?:number
workflow_state?
Section titled “workflow_state?”
optionalworkflow_state?:string
Inherited from
Section titled “Inherited from”z.infer.webhooks