Skip to main content
Use this endpoint to fetch the complete details for a single domain in your workspace. The response includes its current status, active nameservers, registration length, expiry date, and the settings you configured at registration or updated since. Unlike the list endpoint, this gives you the full picture for one specific domain in a single call.

Request

Method: GET
Path: /v1/domains/{domain}

Path Parameters

string
required
The domain name itself — for example, example.com. This is the human-readable name, not an internal ID.

Request Example

Response — 200 OK

object
Full detail object for the requested domain.

Errors