Set artwork insurance coverage
Creates or replaces an artwork's insurance coverage (upsert).
Creates or replaces an artwork's insurance coverage (upsert).
Authorization
bearerAuth artworks:writeA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: artworks:write
Path Parameters
The artwork id.
Header Parameters
Optional. Send a unique key per logical operation to make retries safe: a retry with the same key replays the stored success for 14 days instead of re-running the write. Reusing a key with a different body returns 400.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Set an artwork's insurance coverage (upsert).
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"}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}Get artwork insurance coverage GET
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.
Register interest in an artwork POST
Registers (or re-levels) a contact's interest in an artwork, attributed to the acting user. Also lands on the artwork's activity timeline.