v1

latestOpenAPI 3.0.12026-07-26331033.7 KB
Integrations

List Webhook Events

List past webhook dispatch events for an integration. Requires manage-integrations ability.

get/open/forms/{form}/integrations/{integrationid}/events

Path parameters

formnumber required

The ID of the form.

integrationidnumber required

The ID of the integration.

Response

Successful

idnumber

Unique identifier for the event record.

integration_idnumber

The ID of the webhook integration that generated this event.

eventstring

The type of event.

status'success' | 'failed' | 'timeout'

Result of the webhook dispatch.

response_codenumber nullable

HTTP status code returned by the webhook endpoint.

error_messagestring nullable

Error details if the webhook dispatch failed.

created_atstring date-time

ISO 8601 timestamp of when the webhook was dispatched.

Example response

[
  {
    "event": "submission.created"
  }
]