latestOpenAPI 3.1.02026-08-204612588.9 KB

a3f7357cc8ac

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"
}