---
title: "View a KYC document on file"
method: GET
path: "/v1/phone-numbers/kyc/document/{documentId}"
tags: ["Phone Numbers"]
---

# View a KYC document on file

`GET /v1/phone-numbers/kyc/document/{documentId}`

Stream a document backing a reusable verification (the `documentId`
values from GET /v1/phone-numbers/kyc `reusable.options[].details[]`), so
the account holder can see what's on file before reusing it. Returned
inline as `application/pdf` (uploads are normalized to PDF). Auth-scoped:
a document is viewable only when its id is referenced by one of the
caller's own numbers — otherwise `404`.

## Path parameters

- `documentId` string, required

## Response `200`

The document, streamed inline.

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — No such document for this account.

---

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