---
title: "Get Sumsub IDV status"
method: GET
path: "/api/sumsub-service/v1/idv/{idvId}"
tags: ["Identity Verification (IDV)"]
---

# Get Sumsub IDV status

`GET /api/sumsub-service/v1/idv/{idvId}`

Returns the current identity verification status for the given IDV record. Does not refresh the WebSDK URL — call POST /v1/idv to initiate or retry.

## Path parameters

- `idvId` string, required

## Response `200`

200

- object
  - `idvId` string, required
  - `status` 'pending' | 'action_required' | 'approved' | 'rejected', required
  - `verificationType` 'penny-drop' | 'video-id' | 'liveness-only' | 'deposit-verification', required
  - `userId` string, required
  - `enterpriseId` string, required
  - `organizationId` string, nullable, required
  - `rejectLabels` string[], nullable, required

## Other responses

- `403` — 403
- `404` — 404
- `500` — 500

## Changes

- **2026-09-15** `20d885ca364f` — 1 warning
  - added the new `deposit-verification` enum value to the `verificationType` response property for the response status `200`

[Change history](https://skmtc.dev/bitgo/apis/bitgo-api/changes/api/sumsub-service/v1/idv/:idvId/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.dev/bitgo/apis/bitgo-api/revisions/292f619d7c1f?raw)
