v1

latestOpenAPI 3.0.12026-08-04154122138.2 KB
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