---
title: "Create a sending domain"
method: POST
path: "/v3/sending-domains/{id}/allowed-from-emails/verify"
tags: ["SendingDomains"]
---

# Create a sending domain

`POST /v3/sending-domains/{id}/allowed-from-emails/verify`

Creates a new sending domain.

## Path parameters

- `id` string, required

## Request body

- VerifySendingDomainAllowedFromEmailRequestModel
  - `token` string, required — Sending domain verification token.
  - `accountId` string, required — Account ID.
  - `email` string, email, required — Email address to verify.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests
- `500` — Server Error

---

[API](https://skmtc.net/cryptlex/apis/cryptlex-web-api.md) · [All operations](https://skmtc.net/cryptlex/apis/cryptlex-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptlex/cryptlex-web-api/revisions/66dcb6293180/schema)
