Get namespace names

Retrieves a list of names within a given namespace.

GET
/v1/namespaces/{tld}/names

Get namespace names

Retrieves a list of names within a given namespace.

Path Parameters

tld
Required
string

the namespace to fetch names from.

Example: "id"

Query Parameters

pageinteger

namespace values are defaulted to page 1 with 100 results. You can query specific page results by using the 'page' query parameter.

Example: 22
Status codeDescription
200Success
400Error
404Error
/v1/namespaces/{tld}/names

curl -X GET "https://api.hiro.so/v1/namespaces/id/names?page=22"

Fetch a list of names from the namespace.

[
  "string"
]