Skip to Content

Domains

Custom domain names for your applications. Launcher handles TLS certificate provisioning automatically.

Endpoints

MethodPathDescription
GET/api/v1/applications/:appId/domainsList domains for an application
POST/api/v1/applications/:appId/domainsAdd a custom domain
GET/api/v1/domains/:idGet domain by ID
DELETE/api/v1/domains/:idRemove a custom domain
POST/api/v1/domains/:id/verifyVerify DNS configuration

POST /api/v1/applications/:appId/domains

{ "hostname": "api.example.com", "path": "/", "targetPort": 3000, "https": true }

After adding a domain, configure your DNS to point to the server and use the verify endpoint to confirm the setup.

Last updated on