List a gallery's available works (public)
The gallery's opt-in available works — the browser-safe read surface. Authenticated with a `gpub_` publishable token; CORS-open. Price appears only where the gallery publishes it.
The gallery's opt-in available works — the browser-safe read surface. Authenticated with a gpub_ publishable token; CORS-open. Price appears only where the gallery publishes it.
Authorization
bearerAuth artworks:readA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: artworks:read
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "data": [ { "artwork_id": "string", "title": "string", "artist_name": "string", "year": -9007199254740991, "medium": "string", "dimensions_text": "string", "height_cm": 0, "width_cm": 0, "depth_cm": 0, "dimension_unit": "string", "price_cents": -9007199254740991, "currency": "string", "cover_storage_path": "string", "cover_image_url": "string" } ]}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}List a gallery's artists (public) GET
The gallery's artists with at least one publicly-available work — the browser-safe read surface. Authenticated with a `gpub_` publishable token; CORS-open.
List a gallery's public drops GET
The gallery's public drops — live state, window times, allocation mode, and public target identity — plus authoritative server time for an honest countdown. Authenticated with a `gpub_` publishable token; CORS-open. A drop appears only when its target work/room is already public.