Gallery Platform API
Reference

Get or create a show's checklist

Returns the show's artwork checklist (a list / viewing room), creating and linking one on first call. Manage its artworks through the lists endpoints.

POST
/gallery/shows/{showId}/checklist

Returns the show's artwork checklist (a list / viewing room), creating and linking one on first call. Manage its artworks through the lists endpoints.

Authorization

bearerAuth shows:update
AuthorizationBearer <token>

A gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).

In: header

Scope: shows:update

Path Parameters

showId*string

Header Parameters

Idempotency-Key?string

Optional. Send a unique key per logical operation to make retries safe: a retry with the same key replays the stored success for 14 days instead of re-running the write. Reusing a key with a different body returns 400.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

{  "list_id": "string"}