---
title: "Send the verification codes"
method: POST
path: "/porting_orders/{id}/verification_codes/send"
tags: ["Porting Orders"]
---

# Send the verification codes

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

Send the verification code for all porting phone numbers.

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `phone_numbers` string[]
  - `verification_method` 'sms' | 'call'

## Response `204`

No content

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