{
  "id": "evt_4p2oouvNvjp1I9ckgqycH2",
  "type": "recipient.completed",
  "timestamp": "2025-12-31T15:00:01.999Z",
  "data": {
    "envelope_id": "e387553d-cbb7-4924-abd8-b2d89699e9b5",
    "object_id": "re_7v7Sion0vqjJioYmwfZ9mf",
    "object_type": "recipient"
 }
}
id
string

The unique identifier of the event.

type
enum

The type of the event. For a list of event types, see Event Types.

timestamp
timestamp

Time at which the event occurred, in format.

data
object

The data associated with the event.

Below is the standard data for all events. Some event types include extra data. For more details on the data for each event type, see Event Types.

{
  "id": "evt_4p2oouvNvjp1I9ckgqycH2",
  "type": "recipient.completed",
  "timestamp": "2025-12-31T15:00:01.999Z",
  "data": {
    "envelope_id": "e387553d-cbb7-4924-abd8-b2d89699e9b5",
    "object_id": "re_7v7Sion0vqjJioYmwfZ9mf",
    "object_type": "recipient"
 }
}