v1

latestOpenAPI 3.1.02026-07-134612587.0 KB
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"
}