v4

latestOpenAPI 3.1.0MIT2026-08-02128224900.7 KB
Events

Get Event

Retrieve a specific event by its ID

get/events/{id}

Path parameters

idstring required

Query parameters

expandstring[]

If provided, expand the given field. (Only supported field: 'subscriber').

If provided, expand the given field. (Only supported field: 'subscriber').

Response

OK

idstring required

A unique TypeID associated with the object.

creation_datestring date-time required

The date and time at which the object was first created.

subscriber_idstring nullable

The ID of the subscriber the event is attributed to, if any.

email_idstring nullable

The ID of the email the event is attributed to, if any.

automation_idstring nullable

The ID of the automation that sent the email, if any.

metadataobject required

Event-type-specific metadata (e.g. clicked URL, bounce reason).

event_type'bounced' | 'clicked' | 'complained' | 'delivered' | 'opened' | 'rejected' | 'replied' | 'unsubscribed' required

The type of a subscriber event, such as a delivery, open, click, or reply.