OpenAPI 3.0.12026-08-10154122138.2 KB

c4cc2ef4aab1

email-domain-controller

Create email domain

Creates a new email domain entry. Only accessible to users with -laminar.run email domains.

post/email-domains

Request body

domainstring required

The email domain name

isActiveboolean required

Whether the domain is active

Example request

{
  "domain": "example.com",
  "isActive": true
}

Response

Email domain created successfully