Gallery Platform API
Reference

List shared shows

Lists shows shared across artist connections where this gallery is either side — the gallery's outgoing shares and, for a studio, the shows shared with it. Filter with ?show_id= or ?connection_id=.

GET
/gallery/show-connections

Lists shows shared across artist connections where this gallery is either side — the gallery's outgoing shares and, for a studio, the shows shared with it. Filter with ?show_id= or ?connection_id=.

Authorization

bearerAuth artists:read
AuthorizationBearer <token>

A gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).

In: header

Scope: artists:read

Query Parameters

limit?integer
Range1 <= value <= 100
Default20
cursor?string
show_id?string
connection_id?string

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",      "show_id": "string",      "connection_id": "string",      "status": "invited",      "created_at": "string"    }  ],  "next_cursor": "string"}