cURL
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 }
Get an Event by its (event) id, the event must have been created by the system and you must be the owner of the the event, you can get an event id by either listing events or via a webhook integration.
events:read_event
Was this page helpful?