Skip to main content
GET
/
identity
/
identities
/
{identity_id}
/
documents
List Identity Documents
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"
    }
  ]
}
OAuth Scope
identity:read_identity

Authorizations

Authorization
string
header
required

Path Parameters

identity_id
string
required

Query Parameters

include_pending_docs
boolean

Response

documents
A list of documents · object[]
pending_documents
enum<string>[]