Get a DNS domain

GET/v1/dns/domains/{id}

You can send a GET request to the /v1/dns/domains/{id} endpoint to see details of a DNS domain. Specify a necessary ID in the path parameter.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

FieldDetails
id
string

A unique identifier of a DNS domain.

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/dns/domains/LDdwpRe1"
{  "id": "LDdwpRe1",  "name": "example-600.com",  "email": "person-51@example.com",  "ttl": 3600,  "delegation_status": "delegated",  "unpublish_date": null,  "labels": {},  "updated_at": "2025-12-31T00:00:00Z",  "created_at": "2025-12-31T00:00:00Z"}