marketplace

GET /v1/marketplace/listings/{listing_id}/images

A listing's images, and the limits an upload must satisfy.

All marketplace endpoints

Authentication

Send an API key as a bearer token. This endpoint does not state a specific permission in the specification, so give your key the least it needs and check the response rather than assuming.

This endpoint takes no organisation id. Your key already identifies the organisation it belongs to, and the response is scoped to it.

Try it

Replace anything in angle brackets with your own values, and the key placeholder with a key from your dashboard.

curl -X GET https://api.zinndigital.com/v1/marketplace/listings/{listing_id}/images \
  -H "Authorization: Bearer zdk_live_…"

Signed in? The API console in your dashboard fills in your real organisation id and your own key, and runs the request against the live API so you can see the actual response. Open this endpoint in the 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

NameTypeRequiredWhat it is
listing_id (path)stringYes

Response

NameTypeRequiredWhat it is
imagesMarketplaceImage[]Yes
policyMarketplaceImagePolicyYesThe effective limits — the listing type's, merged over the platform defaults.

Errors this endpoint can return

401 · 404