Request
Method:GETPath:
/v1/domains
Request Example
Response — 200 OK
array
An array of domain objects, one for each domain in your workspace.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/domains — List all domains owned by your workspace. Returns name, status, auto-renew, privacy, and expiry date for each domain.
GET/v1/domains
| Header | Required | Value |
|---|---|---|
x-api-key | Yes | Your API key |
curl https://api.namegrid.org/v1/domains \
-H "x-api-key: ng_live_xxxxxxxxxxxxxxxxxxxxxxxx"
Show domains[]
example.com).active, expiring_soon, expired, failed.true if the domain is set to renew automatically before it expires.true if WHOIS privacy protection is active for this domain.{
"domains": [
{
"name": "example.com",
"status": "active",
"autoRenew": true,
"privacyEnabled": true,
"expiresAt": "2027-01-04T12:00:00.000Z",
"createdAt": "2026-01-04T12:00:00.000Z"
}
]
}