Skip to content

Resolve the authoritative nameservers for this domain

GET
/api/organizations/{organizationId}/domains/{id}/dns-check

Performs a live NS lookup against the public DNS for this domain and returns the list of nameservers found. Trailing dots are stripped so the values are directly comparable to the configured nameserver pair.

Authorizations

ApiToken

Long-lived API token created via POST /api/api-tokens (returned once in plaintext).

Type
API Key (header: X-API-TOKEN)
or
JWT

JWT access token obtained via POST /api/auth/login. Send as: Authorization: Bearer .

Type
HTTP (bearer)

Parameters

Path Parameters

organizationId*

Organization identifier

Type
string
Required
id*

domain identifier

Type
string
Required

Responses

domain resource

JSON
{
  
"@context": "string",
  
"@id": "string",
  
"@type": "string",
  
"nameservers": [
  
  
"string"
  
]
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI