Webhook v2 Data Objects

Webhook v2 Object Structure

FieldTypeDescription
idUUIDUnique identifier of the object.
urlstring (unique per workspace)The URL of the webhook endpoint.
description string (nullable)A description of the webhook.
eventsarray of strings (enums)The list of events to enable for this endpoint.

['*'] indicates that all events are enabled.
statusstring (enum)The webhook status. It can be enabled or disabled.
createdAtnumber Time at which the object was created.

Measured in seconds since the Unix epoch.
updateAtnumberTime at which the object was updated.

Measured in seconds since the Unix epoch.

Webhook v2 Event Object Structure

This is the structure of data payload sent to your system when an event triggers the webhook.

FieldTypeDescription
idUUIDUnique identifier of the object.
eventTypestring (enum)Description of the event (transaction.created).
eventVersionintegerThe version of the specific event.
resourceId (optional)UUIDOptional ID of the entity that triggered the event (i.e., txId).
dataobjectObject containing data associated with the event.
createdAttimestampTime at which the object was created and measured in seconds since the Unix epoch.
workspaceIdUUIDThe workspace ID