public

POST /v1/public/status/subscribe

Ask for email updates from the public status page.

تمام public اینڈ پوائنٹس

توثيقِ شناخت

یہ اینڈ پوائنٹ عوامی ہے۔ یہ کوئی اسناد اور کوئی تنظیم نہیں لیتا — یہ وہ ہے جسے ہماری اپنی مارکیٹنگ سائٹ اور AI کے جواب دینے والے انجن پڑھتے ہیں۔

یہ اینڈ پوائنٹ کوئی آرگنائزیشن آئی ڈی نہیں لیتا۔ آپ کی کلید پہلے ہی اس آرگنائزیشن کی شناخت کرتی ہے جس سے یہ تعلق رکھتی ہے، اور اس کا جواب اسی کے مطابق محدود ہوتا ہے۔

آزمائیں

کوئی بھی چیز جو زاویہ دار قوسین میں ہو اسے اپنی اقدار سے بدلیں، اور کلیدی پلیس ہولڈر کو اپنے ڈیش بورڈ کی کسی کلید سے بدلیں۔

curl -X POST https://api.zinndigital.com/v1/public/status/subscribe \
  -H "Content-Type: application/json" \
  -d '{  }'

لاگ ان ہیں؟ آپ کے ڈیش بورڈ میں موجود API کنسول آپ کی حقیقی تنظیم کی آئی ڈی اور آپ کی اپنی کلید خود بخود پُر کر دیتا ہے، اور لائیو 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.

درخواست کا باڈی

نامقسملازمییہ کیا ہے
kindstring<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`.
emailstringنہیں
endpointstringنہیں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…
localestringنہیں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.

جواب

نامقسملازمییہ کیا ہے
detailstringہاں

وہ خرابیان جو یہ اینڈ پوائنٹ واپس کر سکتا ہے

422 · 429