---
title: "Email Ownership"
method: POST
path: "/email/otp"
---

# Email Ownership

`POST /email/otp`

This API sends an OTP to the email address to verify user ownership

## Request body

- object
  - `callbackURL` string, required
  - `locale` string — Language and country codes: for example, "en_US" for English and United States.
  - `recipient` string, required — User's email address
  - `senderName` string — User's name
  - `senderEmail` string — Address that sends the email
  - `metadata` string, json — Metadata to be sent to a webhook (callbackUrl)

## Response `200`

200

- object
  - `error` unknown
  - `data` object
    - `confirmationCode` string
  - `metadata` object
    - `user_defined` string

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