identity

GET /v1/me/overview-shortcuts

Get this person's Overview shortcut cards.

Wszystkie punkty końcowe identity

Wszystkie dokumentacje dla programistów

Uwierzytelnianie

Wyślij klucz API jako token bearer. Ten punkt końcowy nie określa konkretnego uprawnienia w specyfikacji, więc nadaj swojemu kluczowi minimum potrzebnych uprawnień i sprawdź odpowiedź zamiast zakładać.

Ten punkt końcowy nie wymaga identyfikatora organizacji. Twój klucz już identyfikuje organizację, do której należy, a odpowiedź jest do niej ograniczona.

Wypróbuj

Zastąp wszystko w nawiasach ostrych własnymi wartościami, a zastępczy znacznik klucza kluczem ze swojego pulpitu nawigacyjnego.

curl -X GET https://api.zinndigital.com/v1/me/overview-shortcuts \
  -H "Authorization: Bearer zdk_live_…"

Zalogowany? Konsola API w Twoim panelu uzupełnia rzeczywiste identyfikator organizacji oraz Twój własny klucz i wykonuje żądanie względem aktywnego API, dzięki czemu możesz zobaczyć rzeczywistą odpowiedź. Otwórz ten punkt końcowy w konsoli API

Szczegóły

The shortcut cards this person pinned to their dashboard Overview, in the order they appear. ⚖️ Owner, 2026-09-11: "on the overview screen we should have shortcuts to most-used sections, and the user should be able to select from all the sections and menu items to add their own shortcuts". ⛔ The ids are the dashboard's own navigation ids and are stored OPAQUELY. The section list is built per render from the caller's entitlements, permissions, brand and product lines — roughly 200 entries — so an allow-list in the engine would be correct on the day it was typed and would then start refusing nav entries shipped after it. The client resolves each id against the live tree it is already holding and drops what no longer exists. ⛔ Read chosen before rendering. An empty list with chosen: false means nobody has ever chosen and the client shows its presets; the identical list with chosen: true means this person deliberately removed every card, and the presets must NOT grow back.

Odpowiedź

NazwaTypWymaganeCo to jest
shortcutsOverviewShortcutIdsTakDashboard navigation ids, in the order the cards appear. Opaque to the engine: it bounds the count, the length and the charset and stores the rest verbatim, because the section…
chosenbooleanTakWhether this person has ever chosen. ⛔ Not inferable from an empty list, which is why it is on the wire: false with an empty list means nobody has chosen and the client shows…

Błędy, które ten punkt końcowy może zwrócić

401 · 403 · 429