---
title: "Get KYC Document"
method: GET
path: "/api/evs/v1/identity/document"
tags: ["Know Your Customer (KYC)"]
---

# Get KYC Document

`GET /api/evs/v1/identity/document`

Get a KYC document for an identity.

## Query parameters

- `identityId` string
- `documentId` string

## Response `200`

OK

- IdentityDocumentGetResponse
  - `documents` object[], required
    - `id` string, required
    - `identityId` string, required
    - `status` 'pending' | 'processing' | 'approved' | 'rejected', required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `fileUploads` object[]
      - `fileName` string, required
      - `fileSize` number, required
      - `uploadStatus` string, required
      - `documentType` 'frontPhoto' | 'backPhoto' | 'proofOfResidency', required
    - `selectedIdClass` 'cct' | 'cid' | 'dl' | 'foid' | 'hic' | 'id' | 'ipp' | 'keyp' | 'ltpass' | 'munid' | 'myn' | 'nbi' | 'nric' | 'ofw' | 'rp' | 'pan' | 'pid' | 'pp' | 'ppc' | 'pr' | 'sss' | 'td' | 'tribalid' | 'umid' | 'vid' | 'visa' | 'wp'

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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