GET
/
records
/
verification
/
{record}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

record
string
required

The handle of the verification usage record.

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
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
required

The verification.

space
object
required

The space in which the verification was performed.

owner
object
required

The original owner of the verification.

performedAt
string
required

The date and time when the verification was performed.