---
title: "Request the identity for the verification."
method: POST
path: "/verifications"
tags: ["ACS Verifications"]
---

# Request the identity for the verification.

`POST /verifications`

## Query parameters

- `api-version` string, required

## Request body

- VerificationRequest — Model to get the verification code.
  - `Identity` string — The phone number that was used to verify.
  - `Channel` string — Prefered verification channel.

## Response `200`

Success

- VerificationResponse — Model that contains the verification code.
  - `VerificationId` string — VerificationId of the number assigned to the verified recipient.
  - `IsVerified` boolean — Verification status of the number.

## Other responses

- `default` — Failure

---

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