---
title: "Phone Ownership"
method: POST
path: "/phone/otp"
---

# Phone Ownership

`POST /phone/otp`

This API sends an OTP through SMS to verify ownership

## Request body

- object
  - `callbackUrl` string, required — Callback URL to receive webhooks.
  - `locale` string, required — Location of search. Currently allows one of the following values: `"en_US"`, `"es_MX"`, `""`, and `null`.
  - `recipient` string, required — Country code and phone number. Must be entered as a single number with no delimiters, such as "-" or "." or spaces.
  - `senderName` string, required — User name associated with the SMS number.
  - `metadata` string, json — Metadata to be sent to a webhook (`callbackUrl`)

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/metamap/apis/get-authorization-token.md) · [All operations](https://skmtc.net/metamap/apis/get-authorization-token/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metamap/get-authorization-token/versions/ffdfcfeffe2a/schema)
