---
title: "Verify a Phone Number (with OTP Code)"
method: POST
path: "/api/v1/verification/check"
tags: ["KYC"]
---

# Verify a Phone Number (with OTP Code)

`POST /api/v1/verification/check`

## Request body

- object
  - `code` string, required

## Response `200`

Phone was verified successfully

- object
  - `ok` boolean

## Other responses

- `401` — Unauthorized Error
- `422` — Validation error occurred.
- `500` — Failed to send verification.

---

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