# Retrieve DMARC reporting data for a hostname. Endpoint: GET /v1/dmarc/domains/{domain}/s/{source}/h/{host} Version: 0.0.1 Security: basicAuth ## Path parameters: - `domain` (string, required) Fully qualified domain name Example: "example.com" - `source` (string, required) User friendly source id name Example: "mailgun" - `host` (string, required) Host name Example: "mx.mailgun.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