public
POST /v1/public/status/subscribe
Ask for email updates from the public status page.
Նույնականացում
Այս վերջնակետը հանրային է: Այն չի պահանջում որևէ հավատարմագիր կամ կազմակերպություն. դա այն է, ինչ կարդում են մեր սեփական մարքեթինգային կայքը և արհեստական բանականության պատասխանների շարժիչները:
Այս վերջնակետը կազմակերպության ID չի ընդունում: Ձեր բանալին արդեն իսկ նույնականացնում է այն կազմակերպությունը, որին պատկանում է, և պատասխանը սահմանափակված է դրանով:
Փորձել
Փոխարինեք անկյունային փակագծերում գտնվող ցանկացած բան ձեր սեփական արժեքներով, և բանալու տեղապահը՝ ձեր վահանակի բանալիով:
curl -X POST https://api.zinndigital.com/v1/public/status/subscribe \
-H "Content-Type: application/json" \
-d '{ }'Մուտք գործե՞լ եք: Ձեր վահանակի API վահանակը լրացնում է ձեր իրական կազմակերպության ID-ն և ձեր սեփական բանալին և գործարկում է հարցումը ուղիղ API-ի դեմ, որպեսզի կարողանաք տեսնել փաստացի պատասխանը: Բացեք այս վերջնակետը 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 | Այո | — |
Այս վերջնակետի կողմից վերադարձվող սխալները
422 · 429