# Retrieve DMARC reporting data for a domain. Endpoint: GET /v1/dmarc/domains/{domain} Version: 0.0.1 Security: basicAuth ## Path parameters: - `domain` (string, required) Fully qualified domain name Example: "example.com" ## Query parameters: - `from` (integer) UNIX epoch (UTC seconds) representing the start of the time range. Example: 1736790000 - `to` (integer) UNIX epoch (UTC seconds) representing the end of the time range. If supplied, must also be set. Example: 1736790285