---
title: "Verify a phone number for iMessage/SMS messaging"
method: POST
path: "/v1/sms/numbers/verify"
---

# Verify a phone number for iMessage/SMS messaging

`POST /v1/sms/numbers/verify`

Validates the OTP code sent to the phone number and registers it for use

## Request body

- union
  - object
  - VerifySMSNumberRequest
    - `code` string, required
    - `phoneNumber` string, required

## Response `200`

OK

- VerifySMSNumberSuccessResponse
  - `number` SMSVerifiedNumber
    - `id` string
    - `organizationId` string
    - `phoneNumber` string
    - `verifiedAt` string
    - `verifiedBy` string

## Other responses

- `400` — Bad Request

---

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