---
title: "Verify verification code by phone number"
method: POST
path: "/verifications/by_phone_number/{phone_number}/actions/verify"
tags: ["Verify"]
---

# Verify verification code by phone number

`POST /verifications/by_phone_number/{phone_number}/actions/verify`

## Path parameters

- `phone_number` string, required — +E164 formatted phone number.

## Request body

- VerifyVerificationCodeRequestByPhoneNumber
  - `code` string, required — This is the code the user submits for verification.
  - `verify_profile_id` string, uuid, required — The identifier of the associated Verify profile.

## Response `200`

Expected verify response to a valid request.

- VerifyVerificationCodeResponse
  - `data` object, required
    - `phone_number` string, required — +E164 formatted phone number.
    - `response_code` 'accepted' | 'rejected', required — Identifies if the verification code has been accepted or rejected.

## Other responses

- `400` — Bad Request

---

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