Gallery Platform API
Reference

Get artwork insurance coverage

Returns an artwork's insurance coverage (agreed value + policy), or null when none is set. Requires the artworks:write scope — coverage is a financial record, readable only by keys that can manage artworks.

GET
/gallery/artworks/{id}/insurance

Returns an artwork's insurance coverage (agreed value + policy), or null when none is set. Requires the artworks:write scope — coverage is a financial record, readable only by keys that can manage artworks.

Authorization

bearerAuth artworks:write
AuthorizationBearer <token>

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

In: header

Scope: artworks:write

Path Parameters

id*string

The artwork id.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

{  "artwork_id": "string",  "insured_value_cents": -9007199254740991,  "insured_value_is_agreed": true,  "currency": "string",  "insurer": "string",  "policy_number": "string",  "policy_expires_at": "string",  "coverage_notes": "string",  "updated_at": "string"}