Open tracking pixel endpoint. Returns a 1x1 transparent GIF.
How it works:
- When you enable
track_opens: truein your email send request, MailerLogic automatically injects a tracking pixel into the HTML body - The pixel contains a unique encrypted token specific to that email
- When the recipient opens the email, their email client loads the pixel, triggering this endpoint
- The open event is recorded and available via the Events API
Public endpoint - no authentication required. The token provides the necessary context.
- US Data Centerhttps://api.mailerlogic.net/track/o/{token}
- EU Data Center (coming soon)https://eu-api.mailerlogic.net/track/o/{token}
curl -i -X GET \
'https://api.mailerlogic.net/track/o/{token}'