public
GET /v1/public/kb/slugs
Every published article's URL segment, in every locale.
Authentication
This endpoint is public. It takes no credential and no organisation — it is what our own marketing site and AI answer engines read.
This endpoint takes no organisation id. Your key already identifies the organisation it belongs to, and the response is scoped to it.
Try it
Replace anything in angle brackets with your own values, and the key placeholder with a key from your dashboard.
curl -X GET https://api.zinndigital.com/v1/public/kb/slugsSigned in? The API console in your dashboard fills in your real organisation id and your own key, and runs the request against the live API so you can see the actual response. Open this endpoint in the API console
Details
Anonymous. ⛔ Written for the public site's SITEMAP builder, which has to emit 58 localized sitemaps and until 2026-08-22 emitted the English article slug in all of them — so `/de/wissensdatenbank/why-a-listing-hides-…` and `/de/wissensdatenbank/warum-ein-inserat-…` both answered `200`, each claiming to be canonical, at 57 locales × every article. ⛔ ONE request for all locales, never one per locale: a per-locale read gave `/sitemaps/so.xml` an 18.64 s TTFB and made every edge purge a 58-way herd against the engine (#3059, #3111, #3154). ⭐ English is included explicitly in `locales` so a caller never rewrites the fallback.
Response
| Name | Type | Required | What it is |
|---|---|---|---|
data | object[] | Yes | — |
Errors this endpoint can return
429