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

# Get phone status for risk verification

`GET /v3/risk-verifications/phone`

Check whether a phone number has been added for the currently signed-in user. BILL requires the signed-in user to have a linked phone number for initiating risk verification for the organization.

In the response, if `hasPhone` is `false`, you can add a phone number for the user with `POST /v3/risk-verifications/phone`.

After you add a phone number, you can initiate risk verification for the organization with `POST /v3/risk-verifications`.

## 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 phone status for risk verification response

- GetPhoneStatusResponseDto — Get phone status response.
  - `hasPhone` boolean — Set as `true` if the user has an existing phone number for risk verification

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