Gallery Platform API
Reference

List a show's participating artists

Returns the show's artist roster, in order.

GET
/gallery/shows/{showId}/artists

Returns the show's artist roster, in order.

Authorization

bearerAuth shows:read
AuthorizationBearer <token>

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

In: header

Scope: shows:read

Path Parameters

showId*string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

{  "data": [    {      "artist_id": "string",      "position": -9007199254740991,      "created_at": "string"    }  ]}