v1

latestOpenAPI 3.1.12026-07-17111158225.7 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
  }
}