public
POST /v1/public/status/subscribe
Ask for email updates from the public status page.
Упълномощаване
Този крайpoint е публичен. Той не изисква данни за удостоверяване и организация — това е съдържанието, което нашият собствен маркетинг сайт и AI машини за отговори четат.
Този ендпойнт не изисква идентификатор на организация. Вашият ключ вече идентифицира организацията, към която принадлежи, и отговорът е ограничен до нея.
Опитайте
Заменете всичко в квадратни скоби със собствени стойности, а ключовия заместващ символ – с ключ от вашето табло за управление.
curl -X POST https://api.zinndigital.com/v1/public/status/subscribe \
-H "Content-Type: application/json" \
-d '{ }'Влязохте ли в профила си? API конзолата във вашето табло за управление попълва действителното идентификационно число на вашата организация и вашия собствен ключ и изпълнява заявката спрямо реалното API, за да можете да видите действителния отговор. Отворете този крайpoint в API конзолата
Детайли
docs/121. Unauthenticated — a prospect subscribing has no account. ⛔ **Double opt-in.** The address receives exactly one thing until it confirms: its own confirmation link. Anyone can type anyone's address into a public form, and single opt-in would make this endpoint a way to mail strangers from our domain. ⛔ The response is identical whether or not the address is already known. Confirming that a given address is on the list would be an enumeration oracle, and this list contains prospects and journalists. Rate limited per client.
Тяло на заявката
| Име | Тип | Задължително | Какво представлява |
|---|---|---|---|
kind | string<email, webhook> | Не | ⚖️ Owner, 2026-09-03 - *"on the status page can you set up webhook for updates for it"*. `webhook` requires `endpoint`; `email` requires `email`. |
email | string | Не | — |
endpoint | string | Не | An `https://` endpoint that will receive one signed JSON POST per incident update. ⛔ `https` only - the signature proves ORIGIN, not confidentiality, so a plain `http` endpoint… |
locale | string | Не | Which language to send in. Falls back to English for an unknown code rather than refusing — a wrong language is a worse reason to reject a subscription than no language at all. |
Отговор
| Име | Тип | Задължително | Какво представлява |
|---|---|---|---|
detail | string | Да | — |
Грешки, които този крайpoint може да върне
422 · 429