v1
latestOpenAPI 3.1.12026-07-17111158225.7 KBzones
Retrieve a zone
Retrieves the details of an existing zone.
get/{account}/zones/{zone}
Path parameters
accountinteger required
The account id
zonestring required
The zone name
Response
Successfully retrieved zone.
Example response
{
"data": {
"id": 1,
"account_id": 1010,
"name": "example-alpha.com",
"reverse": false,
"secondary": false,
"last_transferred_at": null,
"active": true,
"created_at": "2015-04-23T07:40:03Z",
"updated_at": "2015-04-23T07:40:03Z"
}
}