Gallery Platform API
Reference

List contact versions

Lists the contact's save history, newest first, with cursor pagination.

GET
/gallery/contacts/{id}/versions

Lists the contact's save history, newest first, with cursor pagination.

Authorization

bearerAuth contacts:read, gallery:read
AuthorizationBearer <token>

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

In: header

Scope: contacts:read, gallery:read

Path Parameters

id*string

The contact id.

Query Parameters

limit?integer

Page size. Defaults to 20; the maximum is 100.

Range1 <= value <= 100
Default20
cursor?string

Opaque cursor from the previous page's next_cursor. Omit for the first page.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

{  "data": [    {      "version": -9007199254740991,      "label": "string",      "saved_by": "string",      "saved_at": "string"    }  ],  "next_cursor": "string"}