v1

latestOpenAPI 3.1.12026-07-17111158225.7 KB
zones

Check zone record distribution

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

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

Path parameters

accountinteger required

The account id

zonestring required

The zone name

zonerecordinteger required

The zone record id

Response

Successfully checked zone record distribution.

Example response

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