---
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', required
  - `userId` string, required
  - `enterpriseId` string, required
  - `organizationId` string, nullable, required
  - `rejectLabels` string[], nullable, required

## Other responses

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

---

[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)
