Skip to main content

Find event by ID

Required scopes:

  • partner.webhooks.manage
Path Parameters
eventId uuid REQUIRED

Event ID

Responses
200

Success

Schema OPTIONAL
id uuid

The ID of the event.

eventType string

The event that occured.

webhookVersion string

Possible values: [v1]

Version of the payload format.

data

The payload of the event.

created date-time

Time at which the event has been created.

deliverySuccess boolean OPTIONAL

Status of the event delivery attempt. If all associated delivery attempts are successful, the event is considered delivered and this is true. Otherwise, if any delivery attempt is still pending or unsuccessful, the event is considered undelivered and this is false. If no delivery attempt is associated with the event, this is null.