Get the organization
Reads the organization scoped to the API key.
Reads the organization scoped to the API key.
Authorization
bearerAuth org:readA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: org:read
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "id": "string", "slug": "string", "name": "string", "plan": "string", "type": "string", "created_at": "string", "updated_at": "string"}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}Update a gallery's settings PATCH
Updates the gallery-level settings an organization manages — title, description, visibility, base currency, timezone, and the finance defaults. Send only the fields to change; omitted fields keep their value. Gallery content (artworks, contacts, shows) lives on the gallery plane, not here.
Invite a person to the organization POST
Creates a pending invitation (role capped at admin/member) and emails the invitee a redemption link. 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. The token is never returned.