---
title: "Verify the verification code for a list of phone numbers"
method: POST
path: "/porting_orders/{id}/verification_codes/verify"
tags: ["Porting Orders"]
---

# Verify the verification code for a list of phone numbers

`POST /porting_orders/{id}/verification_codes/verify`

Verifies the verification code for a list of phone numbers.

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `verification_codes` object[]
    - `phone_number` string
    - `code` string

## Response `200`

Successful response

- object
  - `data` PortingVerificationCode[]
    - `id` string, uuid — Uniquely identifies this porting verification code
    - `phone_number` string — E164 formatted phone number
    - `verified` boolean — Indicates whether the verification code has been verified
    - `porting_order_id` string, uuid — Identifies the associated porting order
    - `record_type` string — Identifies the type of the resource.
    - `created_at` string, date-time — ISO 8601 formatted date indicating when the resource was created.
    - `updated_at` string, date-time — ISO 8601 formatted date indicating when the resource was updated.

## Other responses

- `401` — Unauthorized
- `404` — Resource not found
- `422` — Unprocessable entity. Check message field in response for details.

---

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