1. Docs
  2. API Reference
  3. ChangeEventDto

ChangeEventDto

Example

JSON
{
  "id": "string",
  "event": "string",
  "data": {
    "account_id": "string",
    "application_id": "string",
    "environment_id": "string",
    "actor_id": "string",
    "actor_type": "string",
    "resource_type": "string",
    "resource_id": "string",
    "metadata": {},
    "timestamp": "string"
  }
}

Properties

3 properties 3 required

id string Required

Audit row id of the change. Also embedded in the page cursor; use it to de-duplicate against live webhook deliveries.

event string Required

The event type — identical to the webhook event/audit action (e.g. `assignment.removed`, `role.permissions.updated`).

data ChangeEventDataDto Required
Was this page helpful?

Tell us how we can improve this guide.