hosting
POST /v1/connector/diagnostics
A support report a site owner chose to send — called by any Zinn® WordPress plugin.
Упълномощаване
Този крайpoint е публичен. Той не изисква данни за удостоверяване и организация — това е съдържанието, което нашият собствен маркетинг сайт и AI машини за отговори четат.
Този ендпойнт не изисква идентификатор на организация. Вашият ключ вече идентифицира организацията, към която принадлежи, и отговорът е ограничен до нея.
Опитайте
Заменете всичко в квадратни скоби със собствени стойности, а ключовия заместващ символ – с ключ от вашето табло за управление.
curl -X POST https://api.zinndigital.com/v1/connector/diagnostics \
-H "Content-Type: application/json" \
-d '{ "plugin": <string>, "report": <object> }'Влязохте ли в профила си? API конзолата във вашето табло за управление попълва действителното идентификационно число на вашата организация и вашия собствен ключ и изпълнява заявката спрямо реалното API, за да можете да видите действителния отговор. Отворете този крайpoint в 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.
Тяло на заявката
| Име | Тип | Задължително | Какво представлява |
|---|---|---|---|
plugin | string | Да | The plugin slug that built the report. |
report | object | Да | The report body, as previewed to the customer. |
Отговор
| Име | Тип | Задължително | Какво представлява |
|---|---|---|---|
received | boolean | Да | — |
reference | string | Да | The support reference to quote. Returned even if the ticket could not be opened. |
Грешки, които този крайpoint може да върне
413 · 422 · 429