Skip to main content
GET
Verify a contiguous seq range of the receipt chain

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

Query Parameters

from
number
required
Example:

"1"

to
number
required
Example:

"100"

Response

200 - application/json
ok
boolean
required
Example:

true

count
number
required
Example:

100

brokenAtSeq
number

First seq whose hash does not match recomputed value.

Example:

42

gapAtSeq
number

First non-contiguous seq.

Example:

43