GET
/
user
/
records
/
verification

Authorizations

Authorization
string
headerrequired

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

Query Parameters

page
integer
default: 1

The index of the page.

page-size
integer
default: 20

The maximum size of the pages.

sort
enum<string>
default: performedAt

The criteria used to sort the verification usage records.

Available options:
performedAt
after

The term used to search verification usage records after or equal to the specified date.

before

The term used to search verification usage records before or equal to the specified date.

Response

200 - application/json
id
string
required

The UUID of the verification usage record. Is unique.

handle
string
required

The handle of the verification usage record. Is unique.

actor
object | null
required

The user who performed the verification.

type
string
required

The type of the verification.

model
string
required

The model of the verification.

verification
object | null
required

The verification.

space
object | null
required

The space in which the verification was performed.

owner
object | null
required

The original owner of the verification.

performedAt
string
required

The date and time when the verification was performed.