Reference
Get a location
Returns a single managed location.
Returns a single managed location.
Authorization
bearerAuth locations:readAuthorizationBearer <token>
A gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: locations:read
Path Parameters
id*string
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "id": "string", "name": "string", "kind": "gallery", "parent_id": "string", "contact_id": "string", "address": "string", "notes": "string", "is_active": true, "created_at": "string", "updated_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}Delete a location DELETE
Deletes a managed location. Its sub-locations are promoted to top-level and any artworks lose the pointer; movement history is retained.
List locations GET
Lists the gallery's managed locations with cursor pagination. Filter by `q` (name/address/notes substring), `kind`, `parent_id` (direct children of a location), or `is_active`.