get
https://production-api.shoutaboutus.com/api/v1/campaign/view-email/
Email-open tracking pixel. Looks up a sent campaign email request by unique_code and, on first view, stamps opened_at (and delivered_at if unset). Returns an image/png response so it can be embedded as an <img> in the email body — not a JSON envelope on the happy path.
Path params
| Parameter | Type | Required | Notes |
|---|---|---|---|
emailRequestUniqueCode | string | Required | Identifier for the record you are targeting. |
Auth
- Public — no bearer token (unauthenticated
campaigngroup; item markednoauth). Requested by the recipient's mail client when the email is opened.
Rate limit
- 30 requests/min per IP (public).
Behaviour
- 200 with
Content-Type: image/png(tracking pixel) on success; caching disabled viaCache-Control/Pragma/Expiresheaders. - 200 JSON
{ status: "failed", message: "Sent email not found" }when no matchingsentemail request exists. - 200 JSON
{ status: "failed", message: "Something went wrong! Please try again." }on unexpected error (still 200, so the mail client renders nothing broken).
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
