Gallery Platform API
Reference

A contact's unified activity timeline

Returns a single time-ordered union of the contact's activity — logged interactions (which already fold in offer sends and viewing-room visits) and their transactions — newest first, with cursor pagination.

GET
/gallery/contacts/{id}/timeline

Returns a single time-ordered union of the contact's activity — logged interactions (which already fold in offer sends and viewing-room visits) and their transactions — newest first, with cursor pagination.

Authorization

bearerAuth contacts:read
AuthorizationBearer <token>

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

In: header

Scope: contacts:read

Path Parameters

id*string

Query Parameters

limit?integer
Range1 <= value <= 100
Default20
cursor?string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

{  "data": [    {      "kind": "interaction",      "occurred_at": "string",      "summary": "string",      "ref_type": "interaction",      "ref_id": "58ed4a6c-926f-4b2f-b688-ecd86db2ed34",      "interaction_type": "note",      "direction": "inbound",      "artwork_id": "string",      "amount_cents": -9007199254740991,      "currency": "string"    }  ],  "next_cursor": "string"}