Tenant Domain
Domain API
Domain information
Retrieve domain associated with the tenant
GET
Tenant Domain
Retrieve the domains associated with your tenant, including verification status, DNS records, and sending configuration.
Features
- View domain verification status
- Check domain configuration details
- Get DNS records information
- Monitor domain activity status
Query parameters
All optional — used for pagination and sorting.Response
Returns{ domains: [...], count }. Each domain includes isActive, isApproved, isVerified, dnsRecords, plus lastVerificationErrors and lastVerificationCheckedAt from the most recent verification check.
200 OK: List of domains retrieved successfully401 Unauthorized: Invalid API key
No request body is required. Provide the API key in the
Authorization header.Authorizations
Query Parameters
Number of records to skip (pagination offset)
Maximum number of records to return (pagination limit)
Sort order, e.g. { "updatedAt": "desc" }. Defaults to updatedAt descending.
Filter by onboarding status