Gallery Platform API
Reference

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.

POST
/gallery/show-connections/{id}/notes

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:write
AuthorizationBearer <token>

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

In: header

Scope: artists:write

Path Parameters

id*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.

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"}