# List all domains Retrieve all domains registered to your account with their verification status. Use this to check which domains are ready for sending emails. Endpoint: GET /api/customer/domains Version: 1.0.0 Security: BearerAuth ## Response 200 fields (application/json): - `domains` (array) - `domains.id` (string) - `domains.domain` (string) - `domains.verification_status` (string) Enum: "pending", "verified", "failed" - `domains.dkim_selector` (string) - `domains.spf_record` (string) - `domains.dmarc_record` (string) - `domains.is_active` (boolean) - `domains.tags` (array) - `domains.created_at` (string) - `domains.verified_at` (any) ## Response 401 fields (application/json): - `error` (string) Error code or message ## Response 500 fields (application/json): - `error` (string) Error code or message