Get failure report by ID
GET/v1/dmarc/failure-reports/:id
Retrieves detailed information about a single DMARC failure report by its unique identifier. Authentication required.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 429
- 500
Returns detailed failure report metadata
Response Headers
Cache-Control
Cache control header (set to 'no-store, private' when downloadUrls are included)
Authentication is required or credentials are invalid
The client doesn't have sufficient permissions to access the resource
The requested resource was not found
The server understands the content type but cannot process the data.
E.g. the organization with the provided organization_id doesn't exist.
The client has sent too many requests in a given time period
An unexpected error occurred on the server