Authentication
This endpoint is public. It takes no credential and no organisation — it is what our own marketing site and AI answer engines read.
This endpoint takes no organisation id. Your key already identifies the organisation it belongs to, and the response is scoped to it.
Try it
Replace anything in angle brackets with your own values, and the key placeholder with a key from your dashboard.
curl -X GET https://api.zinndigital.com/v1/public/status/unsubscribe?token=<token>Signed in? The API console in your dashboard fills in your real organisation id and your own key, and runs the request against the live API so you can see the actual response. Open this endpoint in the API console
Details
The target of the unsubscribe link carried by every status email. ⛔ Always **200**, whether or not the token matched. An unsubscribe link clicked twice — or prefetched by a mail client — must never show somebody an error about their own withdrawal, and a 404 would confirm which tokens are real.
Parameters
| Name | Type | Required | What it is |
|---|---|---|---|
token (query) | string | Yes | — |
Response
| Name | Type | Required | What it is |
|---|---|---|---|
detail | string | Yes | — |