marketplace
GET /v1/marketplace/overview
The marketplace hub — every vertical, the latest Zinn®s, what recently sold.
Autenticazione
Invia una chiave API come bearer token. Questo endpoint non specifica un permesso specifico nella specifica, quindi assegna alla tua chiave i permessi minimi necessari e verifica la risposta invece di fare supposizioni.
Questo endpoint non richiede alcun ID organizzazione. La tua chiave identifica già l'organizzazione a cui appartiene e la risposta è limitata ad essa.
Provalo
Sostituisci qualsiasi elemento tra parentesi angolari con i tuoi valori e il segnaposto key con una chiave dalla tua dashboard.
curl -X GET https://api.zinndigital.com/v1/marketplace/overview \
-H "Authorization: Bearer zdk_live_…"Hai effettuato l'accesso? La console API nella tua dashboard inserisce il tuo ID organizzazione reale e la tua chiave personale, ed esegue la richiesta sull'API live in modo da poter vedere la risposta effettiva. Apri questo endpoint nella console API
Dettagli
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.
Parametri
| Nome | Tipo | Obbligatorio | Che cos'è |
|---|---|---|---|
locale (query) | string | No | 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… |
Risposta
| Nome | Tipo | Obbligatorio | Che cos'è |
|---|---|---|---|
verticals | MarketplaceHubVertical[] | Sì | — |
latest | MarketplaceHubCard[] | Sì | — |
recently_sold | MarketplaceRecentSale[] | Sì | — |
total_listings | integer | Sì | — |