Skip to main content
GET
List transparency-log checkpoints

Authorizations

Authorization
string
header
required

A VisIQ API key presented as Authorization: Bearer vq_prod_.... Mint keys under Connectors -> API Keys in the dashboard.

Query Parameters

before
integer

Return checkpoints with a batch sequence below this cursor.

Required range: x >= 1
limit
integer

Page size (bounded by a server maximum).

Required range: x >= 1
domain
enum<string>
default:production
Available options:
production,
sandbox

Response

A page of checkpoints.

data
object[]
hasMore
boolean