---
title: "Email Open Pixel"
method: GET
path: "/api/v1/webhooks/open/{token}.gif"
tags: ["webhooks"]
---

# Email Open Pixel

`GET /api/v1/webhooks/open/{token}.gif`

Public tracking pixel. Records an open for `token` and returns a 1x1 GIF.

Loaded by a recipient's mail client, so it must be unauthenticated and must ALWAYS
return the image (even for an unknown/garbage token) so the email never shows a broken
image. The open record is best-effort and never affects the response.

## Path parameters

- `token` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/minro/apis/minro-cs-platform.md) · [All operations](https://skmtc.dev/minro/apis/minro-cs-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/minro/minro-cs-platform/revisions/eb854265cf29/schema)
