Get DNS snapshot list
Retrieve DNS snapshots for a domain. Use this endpoint to view available DNS backup points for restoration.
Retrieve DNS snapshots for a domain.
Use this endpoint to view available DNS backup points for restoration.
Authorizations
AuthorizationstringRequired
API Token authentication
Path parameters
domainstringRequiredExample:
Domain name
mydomain.tldResponses
200
Success response
application/json
Array of DNS.V1.Snapshot.SnapshotResource
idintegerOptionalExample:
Snapshot ID
5341reasonstringOptionalExample:
Reason of the update
Zone records update requestcreated_atstring · date-timeOptionalExample:
2025-02-27T11:54:22Z401
Unauthenticated response
application/json
500
Error response
application/json
get/api/dns/v1/snapshots/{domain}
GET /api/dns/v1/snapshots/{domain} HTTP/1.1
Host: developers.hostinger.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"id": 5341,
"reason": "Zone records update request",
"created_at": "2025-02-27T11:54:22Z"
}
]Last updated
Was this helpful?