Create a sending domain

Creates a new sending domain.

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

Parameters

NameTypeInDescription
id*stringpath

Request Body Schema

PropertyTypeDescriptionConstraints
token*stringSending domain verification token.min: 1, max: 2048
accountId*stringAccount ID.min: 1, max: 256
email*stringEmail address to verify.min: 1, max: 256, format: email

Request Example

{
  "token": "string",
  "accountId": "string",
  "email": "user@example.com"
}

Responses

204 No Content