v51

OpenAPI 3.0.0raw.githubusercontent.com2026-08-01267339950.6 KB
DNS: Snapshot

Get DNS snapshot list

Retrieve DNS snapshots for a domain.

Use this endpoint to view available DNS backup points for restoration.

get/api/dns/v1/snapshots/{domain}

Path parameters

domainstring required
Example:mydomain.tld

Domain name

Response

Success response

idinteger

Snapshot ID

reasonstring

Reason of the update

created_atstring date-time

Example response

[
  {
    "id": 5341,
    "reason": "Zone records update request",
    "created_at": "2025-02-27T11:54:22Z"
  }
]