Overview
This endpoint retrieves a paginated list of all domains associated with the authenticated user. It supports filtering by domain status and whether domains can receive emails, with optional real-time verification checks.Authentication
Bearer token for API authentication. Format:
Bearer YOUR_API_KEY
Parameters
Maximum number of domains to return. Range: 1-100.
Number of domains to skip for pagination. Must be non-negative.
Filter domains by verification status. Valid values:
pending
, verified
, failed
.Filter domains by email receiving capability. Valid values:
true
, false
.Perform real-time DNS and SES verification checks. Set to
true
to include verification status in response. This may slow down the response but provides current verification status.Response
Array of domain objects with detailed information and statistics.
Pagination information for the result set.
Summary statistics about the user’s domains.
Examples
Basic Request
Filtered Request with Verification Check
Response Example (with Verification Check)
Error Responses
Important Notes
The
check=true
parameter performs real-time DNS and SES verification checks, which may slow down the response but provides the most current verification status.Use the
check=true
parameter when you need to verify the current status of domains, especially after making DNS changes or when troubleshooting verification issues.The
verificationCheck
field is only included when check=true
is specified. This parameter may increase response time as it performs live DNS lookups and AWS SES API calls.Notes
- The
catchAllEndpoint
field is only populated whenisCatchAllEnabled
istrue
and a valid endpoint is configured - Domain statistics are calculated in real-time and may impact response performance for users with many domains
- The
providerConfidence
field indicates how certain the system is about the detected domain provider - Domains in
pending
status are still undergoing verification and cannot receive emails yet - When
check=true
is used, the domain status may be automatically updated based on current SES verification status