Skip to content

List customer domains

GET /domains

Operation ID: ListDomains

List registered domains together with key portfolio details such as owner label, DNSSEC status, renewal status, and expiry date.

Supports text search, filtering, sorting, and pagination.

NameTypeRequiredDescription
searchstringnoCase-insensitive partial match against the domain name, owner label, or primary nameserver.
filterstringnoComma-separated list of filters. Supported values are cancelled and dnssec-inactive.
sortBydomainListSortKeynoSort by one of the public response fields listed in domainListSortKey.
sortOrdersortOrderno-
pageintegerno-
pageSizeintegerno-
StatusTypeDescription
200domainListResponseCustomer domain list
400ErrorInvalid query parameters
401ErrorUnauthorized
500ErrorUnexpected error
FieldTypeRequiredDescription
successbooleanyesSuccess indicator
codeintegernoResponse/Error Code
responsedomainListResponseno-
Terminal window
curl -X GET "https://api.regfish.com/domains" \
-H "x-api-key: $REGFISH_API_KEY"

Fill in values - the call below updates as you type. Nothing is sent: the API does not currently allow browser requests from this domain (CORS). The API key is not stored.