Authenticatie
Stuur een API-sleutel mee als bearer token. De sleutel moet over de permissie reseller.view beschikken; een sleutel zonder deze permissie wordt geweigerd met een 403 in plaats van een 404.
Waar je organisatie-id komt te staan
Dit eindpunt accepteert org_id als queryparameter. Laat deze achterwege en de aanroep destilleert je gehele tenant-substructie; stuur deze mee om de aanroep te beperken tot één organisatie.
Uw organisatie-id staat op het scherm met API-sleutels in uw dashboard, naast de sleutel zelf. Dit is in elke aanroep die u doet dezelfde id.
Probeer het
Vervang alles tussen punthaakjes door uw eigen waarden en de sleutelplaatsvervanger door een sleutel uit uw dashboard.
curl -X GET https://api.zinndigital.com/v1/reseller/brand/menu \
-H "Authorization: Bearer zdk_live_…"Ingelogd? De API-console in je dashboard vult je echte organisatie-id en je eigen sleutel in, en voert het verzoek uit tegen de live API zodat je de daadwerkelijke respons kunt zien. Open dit eindpunt in de API-console
Details
The links you have added to your clients' panel, plus the icons and limits the form needs. Requires `reseller.view`. ⭐ Returns **every** item including staff-only ones, unlike `GET /v1/branding` which filters. That is not an inconsistency: this is your own editing surface and you are the author of every row, so hiding your own configuration from you would make the list disagree with what saving it does.
Parameters
| Naam | Type | Verplicht | Wat dit is |
|---|---|---|---|
org_id (query) | Uuid | Nee | The organization this call acts on. Optional for a caller with exactly one direct membership; **required** for anyone with more than one — which is every reseller and every agen… |
Reactie
| Naam | Type | Verplicht | Wat dit is |
|---|---|---|---|
items | BrandMenuItem[] | Ja | — |
entitled | boolean | Ja | — |
max_items | integer | Ja | How many links fit alongside the panel's own navigation. Served with the data so the app cannot hold a limit that disagrees with the engine. |
icons | string[] | Ja | — |
visibilities | string[] | Ja | — |
Fouten die dit eindpunt kan retourneren
401 · 403