Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Unique identifier of the resource.

Query Parameters

page[number]
integer
required

Page number to retrieve (1-based).

Required range: x >= 1
page[size]
integer
required

Number of items to return per page. Request this many records per page. This value is automatically clamped if the provided value is too large.

Required range: x >= 1

Response

Successful Response

A paginated response

records
VerificationStatusHistoryEntry · object[]
required

The records yielded by this request

total_records
integer
default:0
required

The total amount of records for these query parameters