hosting

POST /v1/connector/diagnostics

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

Все эндпоинты hosting

Вся документация для разработчиков

Аутентификация

Этот эндпоинт является публичным. Он не требует учетных данных и организации — его читают наш собственный маркетинговый сайт и поисковые системы на базе ИИ.

Этот эндпоинт не принимает идентификатор организации. Ваш ключ уже определяет организацию, к которой он принадлежит, и ответ ограничивается ее рамками.

Попробовать

Замените всё в угловых скобках на собственные значения, а плейсхолдер ключа — на ключ из вашей панели управления.

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

Вошли в систему? Консоль API в вашей панели управления автоматически подставляет реальный идентификатор вашей организации и ваш собственный ключ, а также выполняет запрос к работающему 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