GET
/
events
/
{id}
Get Event
curl --request GET \
  --url https://api.paxos.com/v2/events/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "d99a03ee-6b88-4362-89da-087c2c8cd4a7",
  "type": "identity.approved",
  "object_type": "identity_summary_status_change",
  "object": {
    "id": "d840cf31-352f-4190-a476-7522bf3eafda",
    "identity_id": "4fd025ab-f29f-47e6-a02e-df90a61c7ec9",
    "new_summary_status": "APPROVED",
    "old_summary_status": "PENDING"
  },
  "created_at": "2023-08-25T14:25:41.648489333Z",
  "undelivered_webhooks": 0
}

Authorizations

Authorization
string
header
required

Paxos APIs use OAuth 2 with the client credentials grant flow.

Token URLs:

Learn more in the API credentials guide →

Path Parameters

id
string
required

The unique id in the Event object.

Response

200
application/json

Success

The response is of type object.