latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-17263153961.8 KB

9da9d1816e27

Websites

Add sending domain

Adds a sending domain to the authenticated company and returns the SPF, DKIM, MAIL FROM, and inbound DNS records required for setup.

post/websites

Request body

domainstring required

Domain to add.

Response

Website added

successboolean

Example response

{
  "success": true,
  "website": {
    "domain": "mail.example.com",
    "status": "pending"
  }
}