marketplace
GET /v1/marketplace/overview
The marketplace hub — every vertical, the latest Zinn®s, what recently sold.
Authenticatie
Stuur een API-sleutel mee als bearer token. Dit eindpunt vermeldt geen specifieke toestemming in de specificatie, dus geef uw sleutel de minimale rechten die nodig zijn en controleer het antwoord in plaats van zomaar wat aan te nemen.
Dit eindpunt vereist geen organisatie-id. Uw sleutel identificeert al de organisatie waartoe deze behoort, en het antwoord is hierop afgestemd.
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/marketplace/overview \
-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
docs/83 §6's hub, and the front door of the storefront. Anonymous, single-variant, no user-agent branch: these pages exist to rank, and a hub behind auth is a hub no crawler and no first-time visitor ever sees. Each vertical declares its own `storefront_layout`, which is what makes *"layouts suited to what is sold"* (owner, 2026-08-08) a row an operator can change rather than a map compiled into the frontend — a guest post renders as a comparison row, a website as a showcase, and the ninth marketplace is data entry rather than a deploy. ⛔ `recently_sold` respects the mask: a sold website's domain stays `site****.com` exactly as a live listing's does. Selling a site does not make its domain public.
Parameters
| Naam | Type | Verplicht | Wat dit is |
|---|---|---|---|
locale (query) | string | Nee | Explicit, never `Accept-Language`. A response that varied on a request header would need `Vary`, at which point the edge can serve a crawler a different page from the one a visi… |
Reactie
| Naam | Type | Verplicht | Wat dit is |
|---|---|---|---|
verticals | MarketplaceHubVertical[] | Ja | — |
latest | MarketplaceHubCard[] | Ja | — |
recently_sold | MarketplaceRecentSale[] | Ja | — |
total_listings | integer | Ja | — |