marketplace
GET /v1/marketplace/listings/{listing_id}/images
A listing's images, and the limits an upload must satisfy.
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/listings/{listing_id}/images \
-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 **policy travels with the list** so an upload control can state the real limits before a seller picks a file. A limit discovered only by having an upload rejected is a limit that wastes the seller's time.
Parameters
| Naam | Type | Verplicht | Wat dit is |
|---|---|---|---|
listing_id (path) | string | Ja | — |
Reactie
| Naam | Type | Verplicht | Wat dit is |
|---|---|---|---|
images | MarketplaceImage[] | Ja | — |
policy | MarketplaceImagePolicy | Ja | The effective limits — the listing type's, merged over the platform defaults. |
Fouten die dit eindpunt kan retourneren
401 · 404