---
title: "Verify that the user received the correct verification code."
method: POST
path: "/verifications/{verificationId}/check"
tags: ["ACS Verifications"]
---

# Verify that the user received the correct verification code.

`POST /verifications/{verificationId}/check`

## Path parameters

- `verificationId` string, uuid, required

## Query parameters

- `api-version` string, required

## Request body

- VerificationCodeRequest — Model that contains the verification code.
  - `VerificationCode` string — The verification code returned.

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