v93

OpenAPI 3.1.0raw.githubusercontent.com2026-08-01218121759.7 KB
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"
  }
}