List a gallery's artists (public)
The gallery's artists with at least one publicly-available work — the browser-safe read surface. Authenticated with a `gpub_` publishable token; CORS-open.
The gallery's artists with at least one publicly-available work — the browser-safe read surface. Authenticated with a gpub_ publishable token; CORS-open.
Authorization
bearerAuth artists:readA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: artists:read
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "data": [ { "artist_id": "string", "name": "string", "sort_name": "string", "nationality": "string", "birth_year": -9007199254740991, "death_year": -9007199254740991, "work_count": -9007199254740991 } ]}{ "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}Update a program PATCH
Updates a program's fields (title, time, type, venue, visibility, parent show).
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.