Gallery Platform API
Reference

Get a location

Returns a single managed location.

GET
/gallery/locations/{id}

Returns a single managed location.

Authorization

bearerAuth locations:read
AuthorizationBearer <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"}