List a gallery's public drops
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.
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.
Authorization
bearerAuth drops:readA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: drops:read
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "data": [ { "drop_id": "string", "mode": "immediate", "state": "scheduled", "early_access_at": "string", "opens_at": "string", "closes_at": "string", "official_rules_url": "string", "target_type": "artwork", "artwork_id": "string", "list_id": "string", "target_title": "string", "target_artist_name": "string", "target_slug": "string", "cover_storage_path": "string", "cover_image_url": "string" } ], "server_time": "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 available works (public) GET
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.
Get a gallery's public identity + branding GET
The public identity and branding of the token's gallery — the browser-safe read surface. Authenticated with a `gpub_` publishable token; CORS-open. 404 if the gallery hasn't opted its content public.