---
title: "Retrieve a document"
method: GET
path: "/v2/users/{userId}/kyc/documents/{documentId}"
tags: ["Kyc"]
---

# Retrieve a document

`GET /v2/users/{userId}/kyc/documents/{documentId}`

Get a specific document associated with the user or ubo.

## Path parameters

- `userId` string, required
- `documentId` string, required

## Response `200`

Success

- DocumentObject
  - `type` string
  - `subType` string
  - `issuedCountry` string
  - `issuedDate` string, date
  - `expiryDate` string, date
  - `number` string
  - `description` string
  - `url` string
  - `fileId` string
  - `uboId` string

## Other responses

- `401` — Unauthorized
- `404` — Resource not found
- `500` — Internal Server Error

---

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