v1

latestOpenAPI 3.1.12026-07-17111158225.7 KB
zones

Activate a zone DNS service

Activate DNS services for the zone.

Under Solo and Teams plans, active zones are charged when renewing your subscription to DNSimple

put/{account}/zones/{zone}/activation

Path parameters

accountinteger required

The account id

zonestring required

The zone name

Response

Successful activation of DNS services on the 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"
  }
}