v3

latestOpenAPI 3.0.32026-07-31489099.0 KB
Accounts

List required verification documents

get/accounts/{account_id}/verification/documents

Path parameters

account_idstring required

ID of the resource

Example:2VZvtmVc2j3gQ80CTlcuQXbGrwC

Account ID

Response

OK

account_idstring required

ID of the resource

available_person_labelsstring[] required
other_documents_uploaded_countinteger required

Example response

{
  "account_id": "2VZvtmVc2j3gQ80CTlcuQXbGrwC",
  "available_person_labels": [
    "Jane Doe"
  ],
  "documents": [
    {
      "display_name": "Government-issued photo ID",
      "person_label": "Jane Doe"
    }
  ]
}