Webhooks

Get a list of all webhooks

Returns a list of the webhooks configured for your account. Supports pagination and filtering by event type, mode, and the API token, template, or folder a webhook is scoped to.

get/webhooks

Query parameters

pageinteger

Default: 1

per_pageinteger

Default: 50

event_typestring

Filter by a subscribed event type

modestring

Filter by mode (test or live)

template_uidstring

Filter by a scoped template ID

folder_uidstring

Filter by a scoped folder ID

api_token_uidstring

Filter by a scoped API token ID

Response

filter webhooks by scope and event type

uidstring required
namestring nullable required
urlstring nullable required
enabledboolean required
event_typesstring[] required
mode'test' | 'live' nullable required
version1 | 2 | 3 required
api_token_uidsstring[] required
template_uidsstring[] required
folder_uidsstring[] required
include_submission_databoolean required
strip_fieldsstring[] required
headersobject required
consecutive_failuresinteger required
last_failure_atstring nullable required
disabled_atstring nullable required
disabled_reasonstring nullable required
secretstring nullable required
created_atstring nullable required
updated_atstring nullable required

Changes