v26

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-1247150179.9 KB
dns-records

List DNS records

Retrieve DNS records for the specified domain. Supports filtering by record type and subdomain name, and cursor-based pagination.

get/domains/{name}/dns/records

Path parameters

namestring required

Query parameters

$cursorstring
typeDnsRecordType[]
subNamestring[]

Response

List of DNS records

@type'unstoppabledomains.com/partner.v3.CursorList' required

Example response

{
  "items": [
    {
      "id": "rr-a1b2c3d4-e5f6-7890-abcd-ef1234567890"
    }
  ]
}