---
title: "Get Document Verification Session"
method: GET
path: "/verifications/docv_session/{document_verification_session_id}"
tags: ["KYC/KYB Verifications"]
---

# Get Document Verification Session

`GET /verifications/docv_session/{document_verification_session_id}`

Get document verification session by ID.

## Path parameters

- `document_verification_session_id` string, uuid, required

## Response `200`

Document Verification Session representation.

- DocumentVerificationSessionResponse
  - `id` string, uuid — Unique ID for this document verification session.
  - `person_id` string, uuid, required — Unique ID for the person. Exactly one of `person_id` or `business_id` must be set.
  - `session_token` string, required — ID of the document verification session to be used in `/verifications/verify` request.
  - `status` 'COMPLETE' | 'PENDING', required — The current state of the document verification session. One of the following: * `PENDING` – the session is pending verification. * `COMPLETE` – the end-customer has submitted the requested documents.
  - `url` string, required — URL of the document verification session which can be shared with the end-customer.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `404` — Resource not found
- `500` — Internal server error

---

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