hosting

POST /v1/connector/diagnostics

A support report a site owner chose to send — called by any Zinn® WordPress plugin.

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

すべての開発者向けドキュメント

認証

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

このエンドポイントは組織IDを受け付けません。お使いのキーによって所属する組織がすでに特定されており、レスポンスはその組織にスコープされます。

試してみる

アングルブラケット内のすべてをご自身の値に置き換え、キーのプレースホルダーをご利用中のダッシュボードのキーに置き換えてください。

curl -X POST https://api.zinndigital.com/v1/connector/diagnostics \
  -H "Content-Type: application/json" \
  -d '{ "plugin": <string>, "report": <object> }'

ログインしていますか?ダッシュボード内のAPIコンソールでは、実際の組織IDやお客様ご自身のキーが自動入力され、ライブAPIに対してリクエストが実行されるため、実際のレスポンスを確認することができます。 API コンソールでこのエンドポイントを開く

詳細

⚖️ Owner ruling 2026-09-08, asked directly: the plugin shows the customer exactly what will be sent, redacted, before they press send. Declared secrets are omitted from the payload entirely rather than blanked, and the preview is the same bytes as the request body. ⛔ Unauthenticated by design. The customer most in need of sending a report is the one whose credential has just been revoked, so requiring the token would refuse exactly the population the feature exists for. A token, when present, ATTRIBUTES the report to an org and opens a real support ticket on that org's queue; without one the report is logged against the returned reference for an agent to find. The report is stored and never executed, never rendered as markup and never used to look anything up — it is written by PHP on a server we do not control.

リクエスト本文

名前タイプ必須これがその内容です
pluginstringはいThe plugin slug that built the report.
reportobjectはいThe report body, as previewed to the customer.

返信

名前タイプ必須これがその内容です
receivedbooleanはい
referencestringはいThe support reference to quote. Returned even if the ticket could not be opened.

このエンドポイントが返すエラー

413 · 422 · 429