Changelog
This page lists all changes made to our API routes and objects.
It will help you keep your API client up to date so you can take advantage of the latest features.
Version 4
2026-01-20
This release allows you to change the list of nameservers for zones with DNS hosting only. It also allows you to define a Weighted routing policy on DNS records.
New routes
- Zone update
This endpoint allows you to update a zone with DNS hosting only.
Updated routes
- Zone import
New path for this endpoint :PUT /dns/v4/zones/{zonename}/import - Zone update properties
New path for this endpoint :PUT /dns/v4/zones/{zonename}/soa
New objects
- InputZoneUpdate
This object allows you to configure customer and nameservers for a zone with DNS hosting only - InputRoutingPolicy
This object allows you to configure a routing policy for a DNS record - RoutingPolicy
This object show you the configuration of a routing policy for a DNS record
Updated objects
- InputRecord
New property :routing - Record
New property :routing
Version 3
2026-01-16
You can now specify more details on nameservers. New properties have been added to the NameserverInput and Nameserver objects.
Updated objects
- NameserverInput
New properties :hiddenandsynchronized - Nameserver
New properties :hiddenandsynchronized
2025-09-04
This release adds the ability to search for records across all your zones.
New routes
Updated objects
- Record
New property :zone
2025-07-07 (Initial release)
You can now search for zones that use Nameshield's DNS as secondaries on the List zones entry.
New properties have been added to the Zone and ZoneSummary objects, and the List zones entry now allows you to search on these properties.
You can now specify tags on a record.
Updated routes
- List zone records
New search parameters :tag,tag_value - List zones
New search parameters :dns_hosting_only,managed_primary_dns,nameserver,parent_zone
New objects
Updated objects
- Zone
New properties :parent_zone,dns_hosting_only,managed_primary_dns,nameservers - ZoneSummary
New properties :parent_zone,dns_hosting_only,managed_primary_dns,nameservers - Record
New property :tags - InputRecord
New property :tags - ZoneSearchResults
Deleted properties :sort,name,customer_id,status,dnssec_status,strategic,include_subsidiaries - RecordSearchResults
Deleted properties :sort,name,type,data,comment
Version 2
2025-03-24
This release allows you to create and delete zones with DNS hosting only.
It also allows you to secure or unsecure a zone and manage its DNSSEC keys.
New routes
- Create a DNS zone
- Delete a DNS zone
- Enable DNSSEC for a zone
- Disable DNSSEC for a zone
- List DNSSEC keys
- List DNSSEC keys for a zone
- Get DNSSEC key details
- Publish a DNSSEC key
- Unpublish a DNSSEC key
New objects
2023-06-09 (Initial release)
A new route has been added, allowing you to export zone content from multiple zones in BIND or JSON format.
New properties have been added to the Zone and ZoneSummary objects, and the List zones entry now allows you to search on these properties.
You can now specify comments on a record.
New routes
Updated routes
- List zones
New search parameters :customer_id,dnssec_status,strategic,include_subsidiaries
New objects
Updated objects
- Zone
New properties :customer_id,dnssec_status,strategic - ZoneSummary
New properties :customer_id,dnssec_status,strategic - ZoneSearchResults
New properties :customer_id,dnssec_status,strategic,include_subsidiaries - Record
New property :comment - RecordSearchResults
New property :comment - InputRecord
New property :comment