Create a sending domain
Creates a new sending domain.
POST/v3/sending-domains/{id}/allowed-from-emails/verify
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| id* | string | path |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| token* | string | Sending domain verification token. | min: 1, max: 2048 |
| accountId* | string | Account ID. | min: 1, max: 256 |
| email* | string | Email address to verify. | min: 1, max: 256, format: email |
Request Example
Responses
204
400
404
409
429
500