---
title: "Get risk verification details"
method: GET
path: "/v3/risk-verifications"
tags: ["risk-verifications"]
---

# Get risk verification details

`GET /v3/risk-verifications`

Get risk verification details for an existing organization.

## Headers

- `sessionId` string, nullable — API session ID generated with `/v3/login`
- `devKey` string, nullable — Developer key generated with your BILL developer account

## Response `200`

Get risk verification details response

- VerificationResponseDto — Risk verification response.
  - `processingStatus` 'IN_PROGRESS' | 'COMPLETED' — Risk verification processing status.
  - `decision` 'APPROVE' | 'REVIEW' | 'HOLD' | 'DECLINE' | 'PENDING' | 'IN_PROGRESS' — Risk verification decision. See [Users for BILL partners](https://developer.bill.com/docs/partner-users) to learn more about the `decision` values.
  - `referenceId` string — BILL-generated ID to uniquely identify the risk verification request for the organization

## Other responses

- `4XX` — List of errors.
- `5XX` — List of errors.

---

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