List Domains

Every domain in your storefront, filterable and sortable on any column below. Filters use ?<column>=<operator>.<value>:GET /v1/domains?status=eq.activeGET /v1/domains?status=in.(active,expiring)GET /v1/domains?expiry_date=lt.2026-01-01&order=expiry_date.ascPages are capped: limit defaults to 25 and anything above 100 is clampedto 100 rather than rejected. Read Content-Range (0-24/1337) to see the total and decide whether to fetch the next offset. See Filtering, sorting and pagination at the top of this document for the full operator list.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Filter on name, as <operator>.<value> - e.g. name=eq.<value>, name=in.(<value>,<other>), name=is.null. Operators: eq, neq, gt, gte, lt, lte, like, ilike (* is the wildcard), in, is. Prefix any operator with not. to negate it. Repeat the parameter to AND several conditions on the same column.

string

Filter on registration_date, as <operator>.<value> - e.g. registration_date=eq.<value>, registration_date=in.(<value>,<other>), registration_date=is.null. Operators: eq, neq, gt, gte, lt, lte, like, ilike (* is the wildcard), in, is. Prefix any operator with not. to negate it. Repeat the parameter to AND several conditions on the same column.

string

Filter on expiry_date, as <operator>.<value> - e.g. expiry_date=eq.<value>, expiry_date=in.(<value>,<other>), expiry_date=is.null. Operators: eq, neq, gt, gte, lt, lte, like, ilike (* is the wildcard), in, is. Prefix any operator with not. to negate it. Repeat the parameter to AND several conditions on the same column.

string

Filter on status, as <operator>.<value> - e.g. status=eq.<value>, status=in.(<value>,<other>), status=is.null. Operators: eq, neq, gt, gte, lt, lte, like, ilike (* is the wildcard), in, is. Prefix any operator with not. to negate it. Repeat the parameter to AND several conditions on the same column.

string

Filter on username, as <operator>.<value> - e.g. username=eq.<value>, username=in.(<value>,<other>), username=is.null. Operators: eq, neq, gt, gte, lt, lte, like, ilike (* is the wildcard), in, is. Prefix any operator with not. to negate it. Repeat the parameter to AND several conditions on the same column.

string

Filter on customer_id, as <operator>.<value> - e.g. customer_id=eq.<value>, customer_id=in.(<value>,<other>), customer_id=is.null. Operators: eq, neq, gt, gte, lt, lte, like, ilike (* is the wildcard), in, is. Prefix any operator with not. to negate it. Repeat the parameter to AND several conditions on the same column.

string

Filter on tld, as <operator>.<value> - e.g. tld=eq.<value>, tld=in.(<value>,<other>), tld=is.null. Operators: eq, neq, gt, gte, lt, lte, like, ilike (* is the wildcard), in, is. Prefix any operator with not. to negate it. Repeat the parameter to AND several conditions on the same column.

string

Filter on true_tld, as <operator>.<value> - e.g. true_tld=eq.<value>, true_tld=in.(<value>,<other>), true_tld=is.null. Operators: eq, neq, gt, gte, lt, lte, like, ilike (* is the wildcard), in, is. Prefix any operator with not. to negate it. Repeat the parameter to AND several conditions on the same column.

string

Filter on created_date, as <operator>.<value> - e.g. created_date=eq.<value>, created_date=in.(<value>,<other>), created_date=is.null. Operators: eq, neq, gt, gte, lt, lte, like, ilike (* is the wildcard), in, is. Prefix any operator with not. to negate it. Repeat the parameter to AND several conditions on the same column.

string

Filter on lock_enabled, as <operator>.<value> - e.g. lock_enabled=eq.<value>, lock_enabled=in.(<value>,<other>), lock_enabled=is.null. Operators: eq, neq, gt, gte, lt, lte, like, ilike (* is the wildcard), in, is. Prefix any operator with not. to negate it. Repeat the parameter to AND several conditions on the same column.

string

Filter on whois_privacy, as <operator>.<value> - e.g. whois_privacy=eq.<value>, whois_privacy=in.(<value>,<other>), whois_privacy=is.null. Operators: eq, neq, gt, gte, lt, lte, like, ilike (* is the wildcard), in, is. Prefix any operator with not. to negate it. Repeat the parameter to AND several conditions on the same column.

string

Filter on autorenew, as <operator>.<value> - e.g. autorenew=eq.<value>, autorenew=in.(<value>,<other>), autorenew=is.null. Operators: eq, neq, gt, gte, lt, lte, like, ilike (* is the wildcard), in, is. Prefix any operator with not. to negate it. Repeat the parameter to AND several conditions on the same column.

string

Filter on nameservers, as <operator>.<value> - e.g. nameservers=eq.<value>, nameservers=in.(<value>,<other>), nameservers=is.null. Operators: eq, neq, gt, gte, lt, lte, like, ilike (* is the wildcard), in, is. Prefix any operator with not. to negate it. Repeat the parameter to AND several conditions on the same column.

string

Filter on tld_supports_locking, as <operator>.<value> - e.g. tld_supports_locking=eq.<value>, tld_supports_locking=in.(<value>,<other>), tld_supports_locking=is.null. Operators: eq, neq, gt, gte, lt, lte, like, ilike (* is the wildcard), in, is. Prefix any operator with not. to negate it. Repeat the parameter to AND several conditions on the same column.

string

Filter on tld_supports_auth_code, as <operator>.<value> - e.g. tld_supports_auth_code=eq.<value>, tld_supports_auth_code=in.(<value>,<other>), tld_supports_auth_code=is.null. Operators: eq, neq, gt, gte, lt, lte, like, ilike (* is the wildcard), in, is. Prefix any operator with not. to negate it. Repeat the parameter to AND several conditions on the same column.

string

Filter on tld_supports_send_auth_code, as <operator>.<value> - e.g. tld_supports_send_auth_code=eq.<value>, tld_supports_send_auth_code=in.(<value>,<other>), tld_supports_send_auth_code=is.null. Operators: eq, neq, gt, gte, lt, lte, like, ilike (* is the wildcard), in, is. Prefix any operator with not. to negate it. Repeat the parameter to AND several conditions on the same column.

string

Ordering

Sort order, as a comma-separated list of columns - e.g. order=expiry_date.desc,name.asc. Each column takes an optional .asc/.desc (default .asc) and an optional .nullsfirst/.nullslast.

string

Limiting and Pagination

Number of rows to skip before returning results.

integer
≤ 100
Defaults to 25

Limiting and Pagination

Maximum number of rows to return. Values above 100 are clamped to 100 rather than rejected.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json