Add a custom domain
App Domains
Add a custom domain
Configures a custom domain for the application. The response includes verification_token (publish as TXT _migetapp-verify.<domain>) and the empty dns_target placeholder; once verification succeeds (poll GET endpoint or trigger via POST .../verify), dns_target is filled in with the CNAME target you publish on the apex/subdomain itself.
POST
Add a custom domain
Authorizations
Bearer token for authentication. Format: 'Bearer {token}'
Headers
Workspace ID (uses default workspace if not provided)
Path Parameters
Application UUID
Body
application/json
Add a custom domain
Domain configuration
Response
Add a custom domain
Api_V1_Entities_Domain model
Unique domain identifier
Domain name
DNS CNAME target — populated only after verification succeeds
Verification state: 'pending', 'in_progress', 'verified', or 'failed'
Token to publish as TXT _migetapp-verify.. Populated only while verification is needed; cleared once verified.
Creation timestamp
Last update timestamp

