GET
/
user
/
records
/
verification

Authorizations

Authorization
string
header
required

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.

Required range: x > 1
page-size
integer
default:
20

The maximum size of the pages.

Required range: 1 < x < 50
sort
enum<string>
default:
performedAt

The criteria used to sort the verification usage records.

Available options:
performedAt
after

The term used to search data after or equal to the specified date.

before

The term used to search data before or equal to the specified date.

Response

200 - application/json
actor
object
required

The user who performed the verification.

handle
string
required

The handle of the verification usage record. Is unique.

id
string
required

The UUID of the verification usage record. Is unique.

model
string
required

The model of the verification.

owner
object
required

The original owner of the verification.

performedAt
string
required

The date and time when the verification was performed.

space
object
required

The space in which the verification was performed.

type
string
required

The type of the verification.

verification
object
required

The verification.