v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Domains

Get Domain

Retrieve detailed information about a specific domain

get/waap/v1/domains/{domain_id}

Path parameters

domain_idinteger required

The domain ID

The domain ID

Response

Successful Response

idinteger required

The domain ID

namestring required

The domain name

custom_page_setinteger nullable required

The ID of the custom page set

status'active' | 'bypass' | 'monitor' | 'locked' required

The different statuses a domain can have

created_atstring date-time required

The date and time the domain was created in ISO 8601 format

aliasesstring[]

CNAME aliases pointing at this domain's CDN resource

quotasobject nullable

Domain level quotas

Example response

{
  "quotas": {
    "firewall-rules": {
      "allowed": 5,
      "current": 2
    }
  }
}