v52

latestOpenAPI 3.1.1raw.githubusercontent.com2026-08-07111159226.8 KB
zones

Check zone distribution

Checks if a zone is fully distributed to all our name servers across the globe.

get/{account}/zones/{zone}/distribution

Path parameters

accountinteger required

The account id

zonestring required

The zone name

Response

Successfully checked zone distribution.

Example response

{
  "data": {
    "distributed": true
  }
}