Manage webhook events
Last updated
Last updated
Delete a webhook with a specific ID by including the {webhookId} in the URI path parameter.
Provide the webhook's ID in UUID format.
OK
Retrieve all webhook subscriptions.
OK
Time at which the webhook was created
Time at which the webhook was updated
Indicates whether the webhook is configured for the current, default version of the API or the version specified by YYYY-MM-DD.
"default"
Indicate that webhook is enabled and receives notifications or is not enabled and does not receive notifications
true
URL of the webhook endpoint on your server you have set up to receive webhook notifications. Webhook data is sent as JSON in the POST request body. The full event details are included and can be used directly, after parsing the JSON into an Event object.
"https://company.com"
Retrieve a webhook with a specific ID by including the ID {webhookId} in the URI path parameter.
Provide the webhook's ID in UUID format.
OK
Time at which the webhook was created
Time at which the webhook was updated
Indicates whether the webhook is configured for the current, default version of the API or the version specified by YYYY-MM-DD.
"default"
Indicate that webhook is enabled and receives notifications or is not enabled and does not receive notifications
true
URL of the webhook endpoint on your server you have set up to receive webhook notifications. Webhook data is sent as JSON in the POST request body. The full event details are included and can be used directly, after parsing the JSON into an Event object.
"https://company.com"
Update a webhook with a specific ID by including the {webhookId} in the URI path parameter.
Provide the webhook's ID in UUID format.
updateRequest
Indicates whether to use the current, default version of the API or the version specified by YYYY-MM-DD.
"default"
Indicate that webhook is enabled and receives notifications or is not enabled and does not receive notifications
true
URL of the webhook endpoint on your server you have set up to receive webhook notifications. Webhook data is sent as JSON in the POST request body. The full event details are included and can be used directly, after parsing the JSON into an Event object.
"https://company.com"
OK
Time at which the webhook was created
Time at which the webhook was updated
Indicates whether the webhook is configured for the current, default version of the API or the version specified by YYYY-MM-DD.
"default"
Indicate that webhook is enabled and receives notifications or is not enabled and does not receive notifications
true
URL of the webhook endpoint on your server you have set up to receive webhook notifications. Webhook data is sent as JSON in the POST request body. The full event details are included and can be used directly, after parsing the JSON into an Event object.
"https://company.com"
Create a webhook.
Webhook Creation Request
Indicates whether to use the current, default version of the API or the version specified by YYYY-MM-DD.
"default"
Indicates whether the webhook is enabled and receives notifications.
true
URL of the webhook endpoint on your server you have set up to receive webhook notifications. Webhook data is sent as JSON in the POST request body. The full event details are included and can be used directly, after parsing the JSON into an Event object.
"https://company.com"
OK
Time at which the webhook was created
Time at which the webhook was updated
Indicates whether the webhook is configured for the current, default version of the API or the version specified by YYYY-MM-DD.
"default"
Indicate that webhook is enabled and receives notifications or is not enabled and does not receive notifications
true
URL of the webhook endpoint on your server you have set up to receive webhook notifications. Webhook data is sent as JSON in the POST request body. The full event details are included and can be used directly, after parsing the JSON into an Event object.
"https://company.com"