Skip to main content
GET
/
v1
/
domains
/
search
Search domain availability
curl --request GET \
  --url https://api.usenaive.ai/v1/domains/search \
  --header 'Authorization: Bearer <token>'
{
  "domain": "<string>",
  "available": true,
  "price": 123,
  "priceInCents": 123,
  "currency": "<string>"
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Query Parameters

domain
string
required

Response

OK.

domain
string
available
boolean
price
number | null
priceInCents
number | null
currency
string