Create a sending domain
Creates a new sending domain.
POST/v3/sending-domains/{id}/allowed-from-emails/send-verification
JWT
sendingDomain:write
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| id* | string | path | |
| origin | string | header |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| email* | string | Email address to send verification to. | min: 1, max: 256, format: email |
Request Example
Responses
200
400
401
403
404
409
429
500