Fetch Event

Retrieve an webhook event for a workspace

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Responses

Response body
object
integer
required

Unique identifier for the webhook event

string | null

Unique identifier for the webhook event visible in the UI

integer
required

Workspace ID

string | null

Unique UUID identifier for the webhook event

string | null

The ID of the event type. Can be any ID from the list of event types.

integer
required

The ID of the subject of the event. E.g., for the one-time-order.completed event_type_id, the subject_id is the ID of an Order.

string | null

The type of the subject of the event. E.g., for the contact.identified event_type_id, the subject_type is Contact.

data
object

The webhook data payload with the data of the event. This data corresponds to the subject's response schema. E.g., for the contact.identified event_type_id, the subject_type is Contact. So, you can expect the data structure to be as described in the response schema of the Contact endpoints.

Has additional fields
integer | null

API version of the webhook event. Only V2 webhook events will be triggered from endpoints created via the API, but in the list of events you will encounter V1 events if UI users set up V1 endpoints via the UI.

date-time | null

Created at

object | null

Page

integer
required

Page ID

string | null

Page Public ID

string
required

Page name of the editable page element. Want to filter by it? See our help guide on that topic.

object | null

Funnel

integer
required

Funnel ID

string | null

Public Funnel ID

string
required

Name of the Funnel

Language
Credentials
URL