Domains

Create Managed Domain

Create a managed subdomain on migma.email. The domain is instantly verified with no DNS setup required. Requires API key with domain:write.

post/v1/domains/managed

Request body

prefixstring required

Subdomain prefix (e.g., 'acme' creates acme.migma.email). Lowercase letters, numbers, and hyphens only.

Response

Managed domain created

successboolean required
errorstring nullable

Changes

Changed in 1 of the 5 revisions of this API.21

  • 3f3dba69574b21See the full diff
    • removed the request property region

      request-property-removed

    • added the new us-east-2 enum value to the allOf[subschema #2]/data/region response property for the response status 200

      response-property-enum-value-added

    • the response optional property allOf[subschema #2]/data/region became read-only for the status 200

      response-optional-property-became-read-only