v1

latestOpenAPI 3.1.0UNLICENSED2026-07-2613101.1 MB
Onboarding

Retrieve a list of documents for an associated person

Returns a list of documents for a given associated person.

get/applications/associated-people/{associatedPersonId}/documents

Path parameters

associatedPersonIdstring uuid required

The ID of the associated person to work with.

Example:e9293471-5eb3-4dbc-916c-dbaf9e2deefd

Response

OK

idstring uuid required

The ID of the document to work with.

associatedPersonIdstring uuid required

The ID of the associated person to work with.

purpose'PROOF_OF_IDENTITY' | 'PROOF_OF_ADDRESS' | 'PROOF_OF_LIVENESS' | 'PROOF_OF_FUNDS' | 'EMPLOYMENT_HISTORY' | 'PROOF_OF_RESIDENCY' | 'OTHER' required
createdAtstring date-time required

The date the Resource was initially created. ISO 8601 format without milliseconds.

updatedAtstring date-time required

The date the Resource was last modified. ISO 8601 format without milliseconds.

Example response

[
  {
    "id": "e9293471-5eb3-4dbc-916c-dbaf9e2deefd",
    "associatedPersonId": "e9293471-5eb3-4dbc-916c-dbaf9e2deefd",
    "purpose": "PROOF_OF_IDENTITY",
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z"
  }
]