Autentificare
Acest punct final este public. Nu necesită nicio acreditare și nicio organizație – este ceea ce citesc propriul nostru site de marketing și motoarele de răspuns AI.
Acest endpoint nu necesită un ID de organizație. Cheia ta identifică deja organizația căreia îi aparține, iar răspunsul este limitat la aceasta.
Încearcă
Înlocuiți tot ce se află între paranteze unghiulare cu propriile valori și substituentul cheie cu o cheie din tabloul de bord.
curl -X GET https://api.zinndigital.com/v1/public/kbAutentificat? Consola API din panoul de control îți completează ID-ul real al organizației și propria cheie și rulează cererea în API-ul live, astfel încât să poți vedea răspunsul efectiv. Deschideți acest punct final în consola API
Detalii
**Anonymous** — no credential, no tenant. This is what the marketing site server-renders and what an AI answer engine crawls (§2.18), so it must work with no authentication at all. Published articles only, and that filter lives in every queryset rather than in a serializer so a new field or endpoint cannot leak a draft. `locale` names what the reader wants; the payload's `locale` reports what they actually got, field by field, with English as the floor.
Parametri
| Nume | Tip | Obligatoriu | Ce este |
|---|---|---|---|
cursor (query) | string | Nu | Opaque cursor from a previous page's `page.next_cursor`. |
limit (query) | integer | Nu | Maximum items to return (page size). |
locale (query) | string | Nu | The language to render in. An unknown value falls back to English rather than returning nothing, so a visitor whose browser sends a locale we do not serve reads the English arti… |
category (query) | string | Nu | Only articles in this category slug. |
q (query) | string | Nu | Free text, minimum two characters. |
Răspuns
| Nume | Tip | Obligatoriu | Ce este |
|---|---|---|---|
data | KbArticle[] | Da | — |
page | PageMeta | Da | — |
Erori pe care le poate returna acest punct final
422 · 429