Update an artist connection
Updates the connection's D9 disclosure flags or status (pause/resume/disconnect). A disconnected connection cannot be reactivated — the artist must claim a fresh invitation.
Updates the connection's D9 disclosure flags or status (pause/resume/disconnect). A disconnected connection cannot be reactivated — the artist must claim a fresh invitation.
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.
Update the connection's status (pause/resume/disconnect) or disclosure flags.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "id": "string", "artist_id": "string", "status": "active", "share_sale_prices": true, "share_settlement": true, "share_show_planning": true, "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 artist connections GET
Lists the gallery's artist studio connections, newest first, with cursor pagination. Filter with ?status=active.
Invite an artist to claim a studio account POST
Creates a pending invitation anchored to an artist record and emails the artist a claim link. One pending invitation per artist. Requires an Idempotency-Key header (the email is an irreversible side effect): a retry with the same key replays the original result for 24h instead of emailing again.