---
title: "Send verification email"
method: POST
path: "/v1/verifications"
tags: ["Email Verifications"]
---

# Send verification email

`POST /v1/verifications`

## Request body

- VerificationPostRequestWrapperDto
  - `data` VerificationVoicePostRequestDto, required
    - `to` string, required — Phone number as digits without spaces or special characters, beginning with the country dialing code
    - `stream_url` string, required — URL where the audio stream will be transmitted

## Response `201`

Created

- VerificationPostResponseDto
  - `data` object
    - `account_id` string, uuid — The unique identifier of the account
    - `message_id` string, uuid — The unique identifier of the message
    - `email` string — Recipients email address
    - `create_date` string, date-time — Creation date of the verification in UTC, formatted as yyyy-mm-dd hh:mm:ss
    - `expire_date` string, date-time — Expiration date of the verification in UTC, formatted as yyyy-mm-dd hh:mm:ss

## Other responses

- `400` — **Bad Request:** Code Message Description 1619 Email is missing 1620 Sender is missing 1623 Invalid code length The code length should be minimum 4 and maximum 8. 1629 Provide either 'data.code' or 'data.code\_length' but not both 1631 When 'data.channel' is not VOICE 'data.code' must be valid and 4 to 8 characters long 1632 'data.code' should be numeric if provided 1640 'data.ttl\_in\_seconds' must be numeric 1649 'data.ttl\_in\_seconds' must be between 30 and 300 seconds for Email OTP 1653 Invalid email format 1705 Invalid payload

---

[API](https://skmtc.net/dexatel/apis/verify-apis.md) · [All operations](https://skmtc.net/dexatel/apis/verify-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dexatel/verify-apis/versions/a924257f431d/schema)
