List the organization's galleries
Lists galleries owned by the organization, newest first, with cursor pagination.
Lists galleries owned by the organization, newest first, with cursor pagination.
Authorization
bearerAuth galleries:readA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: galleries:read
Query Parameters
Page size. Defaults to 20; the maximum is 100.
1 <= value <= 10020Opaque cursor from the previous page's next_cursor. Omit for the first page.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "data": [ { "id": "string", "slug": "string", "title": "string", "description": "string", "visibility": "public", "base_currency": "string", "payables_auto_generate": true, "insurance_markup_bps": -9007199254740991, "timezone": "string", "created_at": "string", "updated_at": "string" } ], "next_cursor": "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}Delete a gallery DELETE
Permanently deletes a gallery owned by the organization. This cannot be undone.
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.