List past webhook dispatch events for an integration. Requires manage-integrations ability.
manage-integrations ability.
200 OK – Returns an array of event objects, ordered by creation date (newest first).
"submission.created"."success", "failed", "timeout".403 Forbidden – The token does not have manage-integrations ability or insufficient form permissions.
404 Not Found – Form or integration not found.
Personal Access Token
The ID of the form.
The ID of the integration.
Successful
Unique identifier for the event record.
The ID of the webhook integration that generated this event.
The type of event.
"submission.created"
Result of the webhook dispatch.
success, failed, timeout HTTP status code returned by the webhook endpoint.
Error details if the webhook dispatch failed.
ISO 8601 timestamp of when the webhook was dispatched.