Skip to main content
GET
/
events
/
{id}
{
  "id": "d99a03ee-6b88-4362-89da-087c2c8cd4a7",
  "type": "identity.disabled",
  "object_type": "identity_status_change",
  "object": {
    "id": "d840cf31-352f-4190-a476-7522bf3eafda",
    "identity_id": "4fd025ab-f29f-47e6-a02e-df90a61c7ec9",
    "old_status": "PENDING",
    "new_status": "DISABLED",
    "status_details": {
      "active_controls": [
        {
          "id": "59b8e3c5-2b6e-4fa6-afcf-8c685598241d",
          "type": "CLOSED",
          "controlled_by": "CLIENT",
          "reason_code": "END_USER_REQUESTED",
          "reason": "some client-set reason",
          "created_at": "2006-01-02T15:04:05Z"
        },
        {
          "id": "5f1eb60c-b292-482c-96fe-9e3e265abcd4",
          "type": "CLOSED",
          "controlled_by": "PAXOS",
          "reason_code": "OTHER",
          "reason": "some admin-set reason",
          "created_at": "2006-01-02T15:04:05Z"
        }
      ],
      "pending_requirements": [
        {
          "type": "ID_VERIFICATION",
          "message": "Pending ID Verification"
        },
        {
          "type": "SANCTIONS_SCREENING",
          "message": "Pending Sanctions Screening"
        },
        {
          "type": "ADDITIONAL_SCREENING",
          "message": "Pending PEP/Adverse Media Screening"
        },
        {
          "type": "MEMBERS",
          "message": "Pending members",
          "metadata": {
            "f190b163-208f-4d73-8deb-000000000001": "PENDING"
          }
        }
      ],
      "failed_requirements": [
        {
          "type": "ENHANCED_DUE_DILIGENCE",
          "message": "Failed Enhanced Due Diligence checks"
        },
        {
          "type": "RISK_AWARENESS_ASSESSMENT",
          "message": "Failed Risk Awareness Assessment"
        },
        {
          "type": "DISABLED_MEMBERS",
          "message": "Disabled members",
          "metadata": {
            "f190b163-208f-4d73-8deb-000000000002": "DISABLED"
          }
        },
        {
          "type": "RISK_RATING",
          "message": "Jurisdiction not supported by Paxos"
        }
      ]
    }
  },
  "created_at": "2023-08-25T14:25:41.648489333Z",
  "undelivered_webhooks": 12
}
OAuth Scope
events:read_event

Path Parameters

id
string
required

The unique id in the Event object.

Response

Success

id
string

The event identifier used to query or refer to a specific event

type
string

The type of event representing an action in the system

object_type
string

The type of the object associated with the event

object
object

The structured payload of type object_type associated with the event

created_at
string<date-time>

The timestamp when the event was first created, RFC3339 format, like YYYY-MM-DDTHH:MM:SS.sssZ.

undelivered_webhooks
integer

The number of undelivered webhooks