Get the transaction event history of a private passport

GET {{baseUrl}}/passports/:passport_id/auditLogs

This endpoint returns a list of all events that occurred on a given passport.

Get the transaction history of a passport determined as private.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":[{"eventId":"urn:uuid:5bbea76a-9d8e-02f9-aecf-3a15ce28d0e2","modifiedAt":"2024-07-12T09:40:57.056Z","modifiedBy":"oauth2|main-tenant|samlp|Name|Number"},{"eventId":"a43cefd7-0fb1-4335-bf35-668f9f384d9c","modifiedAt":"2024-07-12T09:40:57.056Z","modifiedBy":"oauth2|main-tenant|samlp|Name|Number"}]}