Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.paxos.com/llms.txt

Use this file to discover all available pages before exploring further.

This object is returned by the Get Event API when the event type is identity.approved, identity.denied, or identity.disabled.

Object Fields

id
string
required
Unique identifier for this event object
identity_id
string
required
Identifier for the affected identity
old_summary_status
string
required
The previous summary status of the identityAvailable options: PENDING, ERROR, APPROVED, DENIED, DISABLED
new_summary_status
string
required
The new summary status of the identityAvailable options: PENDING, ERROR, APPROVED, DENIED, DISABLED
{
  "id": "d840cf31-352f-4190-a476-7522bf3eafda",
  "identity_id": "4fd025ab-f29f-47e6-a02e-df90a61c7ec9",
  "old_summary_status": "PENDING",
  "new_summary_status": "APPROVED"
}