OpenAPI 3.1.02026-08-114612688.9 KB

a472421c2e39

Custom Domains

Create domain [WRITE] [PRO]

post/v2/network/domain/{namespace}

Path parameters

namespacestring required

User or organization name

Request body

domainstring required

Fully qualified domain name

Example request

{
  "domain": "api.example.com"
}

Response

Domain created successfully

createdAtstring date-time required

When the domain was registered

domainstring required

Fully qualified domain name

Example response

{
  "domain": "api.example.com"
}