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