Post a planning note
Posts to the shared show's thread from either side. The author side is stamped server-side from real membership, never trusted from the client.
Posts to the shared show's thread from either side. The author side is stamped server-side from real membership, never trusted from the client.
Authorization
bearerAuth artists:writeA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: artists:write
Path Parameters
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.
Post a note to the shared show's planning thread.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "id": "string", "author_side": "gallery", "body": "string", "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}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=.
List the shared show's planning notes GET
The pair-private planning thread (docs §8.6, Q8) — visible only to the two sides of this connection; in a group show every artist has their own thread.