Share a show with a connected artist
Shares one of this gallery's shows with a connected artist's studio (docs §8.6). Requires the connection's share_show_planning disclosure; the studio then reads the show through the planning projections regardless of the show's visibility (Q6 — sharing is the disclosure decision).
Shares one of this gallery's shows with a connected artist's studio (docs §8.6). Requires the connection's share_show_planning disclosure; the studio then reads the show through the planning projections regardless of the show's visibility (Q6 — sharing is the disclosure decision).
Authorization
bearerAuth artists:writeA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: artists:write
Header Parameters
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.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Share one of this gallery's shows with a connected artist. Requires the connection's share_show_planning disclosure to be on.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "id": "string", "show_id": "string", "connection_id": "string", "status": "invited", "created_at": "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}Check a ticket in POST
Admits a ticket into a session — from a scanned QR payload or a ticket id. Idempotent: re-scanning an already-admitted ticket returns its existing check-in, so a flaky scanner or an offline replay is safe. Void or refunded tickets are refused.
List shared shows GET
Lists shows shared across artist connections where this gallery is either side — the gallery's outgoing shares and, for a studio, the shows shared with it. Filter with ?show_id= or ?connection_id=.