Create a sending domain
Creates a new sending domain.
POST/v3/sending-domains
JWT
sendingDomain:write
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| domain* | string | The domain you are sending from. | min: 1, max: 256 |
| allowedFromEmails | array | List of email addresses to verify for this sending domain. | items: string |
Request Example
Responses
201
400
401
403
409
429
500