zones

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

Changes

Changed in 3 of the 52 revisions of this API.1212

  • v206780be0ef17111See the full diff
    • the response property data/last_transferred_at became nullable for the status 200

      response-property-became-nullable

    • the response property data became required for the status 200

      response-property-became-required

    • the response property data/account_id became required for the status 200

      response-property-became-required

    • the response property data/active became required for the status 200

      response-property-became-required

    • the response property data/created_at became required for the status 200

      response-property-became-required

    • the response property data/id became required for the status 200

      response-property-became-required

    • the response property data/last_transferred_at became required for the status 200

      response-property-became-required

    • the response property data/name became required for the status 200

      response-property-became-required

    • the response property data/reverse became required for the status 200

      response-property-became-required

    • the response property data/secondary became required for the status 200

      response-property-became-required

    • the response property data/updated_at became required for the status 200

      response-property-became-required

    • the response property message became required for the status 404

      response-property-became-required

    • added the optional property data/active to the response with the 200 status

      response-optional-property-added

    • the response property data became optional for the status 200

      response-property-became-optional

    • the response property data/account_id became optional for the status 200

      response-property-became-optional

    • the response property data/created_at became optional for the status 200

      response-property-became-optional

    • the response property data/id became optional for the status 200

      response-property-became-optional

    • the response property data/last_transferred_at became optional for the status 200

      response-property-became-optional

    • the response property data/name became optional for the status 200

      response-property-became-optional

    • the response property data/reverse became optional for the status 200

      response-property-became-optional

    • the response property data/secondary became optional for the status 200

      response-property-became-optional

    • the response property data/updated_at became optional for the status 200

      response-property-became-optional

    • the response property message became optional for the status 404

      response-property-became-optional

    • removed the required property data/active from the response with the 200 status

      response-required-property-removed

    This revision also has 25 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog