public

POST /v1/public/status/subscribe

Ask for email updates from the public status page.

すべての public エンドポイント

認証

このエンドポイントは公開されています。認証情報や組織情報は不要で、当社のマーケティングサイトやAI回答エンジンが読み取っているものと同じです。

このエンドポイントは組織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.

リクエスト本文

名前タイプ必須これがその内容です
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