hosting

POST /v1/connector/diagnostics

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

Všechny koncové body hosting

Všechny dokumenty pro vývojáře

Autentizace

Tento koncový bod je veřejný. Nevyžaduje žádná pověření ani organizaci – je to to, co čte náš vlastní marketingový web a naše AI vyhledávače.

Tento koncový bod nevyžaduje žádné ID organizace. Váš klíč již identifikuje organizaci, ke které patří, a odpověď je na ni omezena.

Vyzvednout

Nahraďte cokoli v závorkách vlastními hodnotami a zástupný symbol klíče klíčem z vašeho řídicího panelu.

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

Přihlášeni? Konzole API ve vašem dashboardu automaticky doplní vaše skutečné ID organizace i váš vlastní klíč a odešle požadavek na živé API, abyste viděli reálnou odpověď. Otevřete tento koncový bod v konzoli API

Podrobnosti

⚖️ 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.

Tělo požadavku

NázevTypPožadovánoCo to je
pluginstringAnoThe plugin slug that built the report.
reportobjectAnoThe report body, as previewed to the customer.

Odpověď

NázevTypPožadovánoCo to je
receivedbooleanAno
referencestringAnoThe support reference to quote. Returned even if the ticket could not be opened.

Chyby, které může tento koncový bod vrátit

413 · 422 · 429