Gallery Platform API
Reference

List an artwork's waitlist

Lists the collectors waiting to be notified when an artwork is available again (the public waitlist CTA's demand signal), newest first. Entries flip to `notified` when the back-in-stock notification goes out.

GET
/gallery/artworks/{id}/waitlist

Lists the collectors waiting to be notified when an artwork is available again (the public waitlist CTA's demand signal), newest first. Entries flip to notified when the back-in-stock notification goes out.

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

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",      "artwork_id": "string",      "contact_id": "string",      "status": "waiting",      "notified_at": "string",      "created_at": "string"    }  ]}