cURL
curl --request GET \ --url https://api.paxos.com/v2/identity/identities/{identity_id}/documents \ --header 'Authorization: Bearer <token>'
{ "documents": [ { "file_id": "e1959b03-8c3d-4bdd-9437-403ccf8772f5", "name": "test_file.png", "document_types": [ "OTHER_DOCUMENTS", "APPLICATION" ], "created_at": "2023-07-07T23:03:19.170481Z" } ] }
This endpoint enables you to get a list of all documents associated with an identity.
identity:read_identity
Show child attributes
Was this page helpful?