# List tracking domains Retrieve all tracking domains for your account. Returns a list of all tracking domains with their verification and SSL status. Endpoint: GET /api/v1/customer/tracking-domains Version: 1.0.0 Security: ApiKeyAuth ## Response 200 fields (application/json): - `tracking_domains` (array) - `tracking_domains.id` (string) - `tracking_domains.domain` (string) - `tracking_domains.cname_target` (string) - `tracking_domains.is_verified` (boolean) - `tracking_domains.verified_at` (string,null) - `tracking_domains.ssl_enabled` (boolean) - `tracking_domains.created_at` (string) - `tracking_domains.https_url` (string,null) HTTPS URL (only if SSL enabled) ## Response 401 fields (application/json): - `error` (string) Error code or message ## Response 500 fields (application/json): - `error` (string) Error code or message