List domains

Returns the list of available domains. By default, the results are paginated. You can disable pagination to retrieve all domains at once, but if the number of domains exceeds the allowed limit, the request returns a 409 Conflict error. In that case, use the pagination parameters to retrieve the full set of results.

Query Params
boolean
Defaults to true

Whether to return a paginated response.

integer
≥ 1
Defaults to 1

Page index starting with 1. By default, 1.

integer
10 to 1000
Defaults to 10

Number of records to fetch on a page. By default, 10.

string

For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Response body
object

Represents a response to listing domains.

domains
array of objects
required
length ≥ 0

List of returned domains.

domains*
object

Represents the domain details.

string
required

ID of an account.

string
required

Name of the domain.

string
enum
required

Validation status of the domain, either REQUEST_ACCEPTED, VALIDATION_IN_PROGRESS, VALIDATED, TOKEN_EXPIRED, or INVALIDATED. Read more about validation statuses.

REQUEST_ACCEPTED VALIDATION_IN_PROGRESS VALIDATED TOKEN_EXPIRED INVALIDATED

Validation challenge | Empty object

Validation challenge of the domain.

date-time

Timestamp of completing the validation.

string
enum

Method of the domain validation, either DNS_CNAME, DNS_TXT, HTTP, SYSTEM, or MANUAL. Read more about validation methods.

DNS_CNAME DNS_TXT HTTP SYSTEM MANUAL

string
required

Name of the user who requested domain validation.

date-time
required

Timestamp of the request.

string
enum
required

Scope of the domain validation, either HOST, WILDCARD, or DOMAIN. Read more about validation scopes.

HOST WILDCARD DOMAIN

links
array of objects
length ≥ 0
metadata
object

Represents the metadata section of a paginated API response.

boolean
required

Whether the next page is available.

boolean
required

Whether the previous page is available.

integer
required

Page number.

integer
required

Size of the page.

integer
required

Total number of records available.

Language
URL