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

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

Token URLs:

Learn more in the API credentials guide →

Path Parameters

identity_id
string
required

id associated with the identity

Query Parameters

include_pending_docs
boolean

Add a list of pending document types for the identity

Response

A successful response.

documents
A list of documents · object[]
pending_documents
enum<string>[]
Available options:
OTHER_DOCUMENTS,
APPLICATION,
ORGANIZATIONAL_DOCUMENTS,
CERTIFICATE_OF_GOOD_STANDING,
TAX_IDENTIFICATION,
IDENTITY_VERIFICATION,
PROOF_OF_RESIDENCY,
PROOF_OF_FUNDS,
SAMPLE_INVOICE,
OPERATING_AGREEMENT,
TRUST_DOCUMENTS,
MONEY_SERVICE_DOCUMENTS,
INVESTMENT_DOCUMENTS,
CURP,
AML_DOCUMENTS,
FUND_STRUCTURE_CHART,
FUND_MANAGER_REGISTRATION,
MEMORANDUM_OF_ASSOCIATION,
ORGANIZATIONAL_CHART,
FOUNDATION_BY_LAWS,
APPOINTMENT_OF_GUARDIAN_EVIDENCE,
LEGAL_DOMICILE_OF_BENEFICIAL_OWNERS,
GOVERNING_BODY_MEMBER_NAMES