Gallery Platform API
Reference

List the artworks in a list

Returns a list's items in their ordering position.

GET
/gallery/lists/{listId}/items

Returns a list's items in their ordering position.

Authorization

bearerAuth artworks:read
AuthorizationBearer <token>

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

In: header

Scope: artworks:read

Path Parameters

listId*string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

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