v1

latestSwagger 2.02026-07-172161122.5 KB
Domains

Register new domain

Registers and configures a new domain for mail services, including DNS setup

post/domains

Request body

domainstring

Domain name to register required: true pattern: ^[a-zA-Z0-9][a-zA-Z0-9-]{1,61}[a-zA-Z0-9].[a-zA-Z]{2,}$ example: example.com

websitestring

Website URL for domain configuration required: true format: uri example: https://www.example.com

Response

Domain registered and configured successfully

requestIdstring
statusstring

Status indicates the result of the operation ("success" or "error")

Example response

{
  "requestId": "1234567890abcdef",
  "status": "success"
}