Create a sending domain

Creates a new sending domain.

POST/v3/sending-domains/{id}/allowed-from-emails/send-verification
JWT
sendingDomain:write

Parameters

NameTypeInDescription
id*stringpath
originstringheader

Request Body Schema

PropertyTypeDescriptionConstraints
email*stringEmail address to send verification to.min: 1, max: 256, format: email

Request Example

{
  "email": "user@example.com"
}

Responses

200 OK