---
title: "List KYB Documents"
method: GET
path: "/api/identity-service/v1/identities/{identityId}/documents"
tags: ["Know Your Business (KYB)"]
---

# List KYB Documents

`GET /api/identity-service/v1/identities/{identityId}/documents`

Retrieve all documents associated with an identity.

## Path parameters

- `identityId` string, uuid, required

## Response `200`

200

- object
  - `identityId` string, required — The identity ID
  - `documents` object[], required — List of documents associated with the identity
    - `id` string, required — Internal ID for the document association
    - `documentId` string, required — External document service ID
    - `documentType` 'governmentId' | 'commercialRegister' | 'articlesOfAssociation' | 'certificateOfIncorporation' | 'certificateOfGoodStanding' | 'certificateOfTrust' | 'certificateOfIncumbency' | 'certificateOfIncumbencyOrShareRegister' | 'proofOfPrincipalPlaceOfBusiness' | 'activeTradeLicense' | 'resolutionToOpenBitgoUaeAccount' | 'resolutionToOpenBitgoSingaporeAccount' | 'proofOfAuthorizedSignatories' | 'memorandumOfAssociation' | 'memorandumAndArticlesOfAssociation' | 'bylawsOrOperatingAgreement' | 'operatingAgreement' | 'w8' | 'w9' | 'evidenceOfLegalStatus' | 'evidenceOfActiveStatus' | 'proofOfJfsaLicense' | 'proofOfGamingLicense' | 'organizationDocument' | 'partnershipAgreement' | 'articlesOfOrganization' | 'businessLicenseOrRegistration' | 'evidenceOfGovernmentOrStateOwnership' | 'secFilingsAsEvidenceOfPublicTradingStatus' | 'foundingTreatyOrEquivalent' | 'proofOfAddress' | 'sourceOfWealth' | 'singaporeSupportingDocument' | 'caseRequiredDocuments' | 'correspondentAccountCertification' | 'authorizedSignerForm', required — Type of document being uploaded
    - `documentSubType` string, nullable — Sub-classification within a document type (e.g., Singapore supporting document subtype).
    - `status` 'missing' | 'countExceeded' | 'submitted' | 'inReview' | 'verified', required — Verification status
    - `createdAt` string, required — ISO timestamp when document was associated
    - `updatedAt` string, required — ISO timestamp when association was last updated

## Other responses

- `400` — 400
- `404` — 404
- `500` — 500

## Changes

- **2026-08-19** `70b5f74b1799` — 7 warning, 1 info
  - added the new `authorizedSignerForm` enum value to the `documents/items/documentType` response property for the response status `200`
  - added the new `caseRequiredDocuments` enum value to the `documents/items/documentType` response property for the response status `200`
  - added the new `certificateOfGoodStanding` enum value to the `documents/items/documentType` response property for the response status `200`
  - added the new `correspondentAccountCertification` enum value to the `documents/items/documentType` response property for the response status `200`
  - …4 more

[Change history](https://skmtc.dev/bitgo/apis/bitgo-api/changes/api/identity-service/v1/identities/:identityId/documents/get.md)

---

[API](https://skmtc.dev/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.dev/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/1ebd03e70ace/schema)
