GET
/
spaces
/
{owner}
/
{space}
/
voiceprints
/
{identity}
/
{voiceprint}
/
verifications

Authorizations

Authorization
string
header
required

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

Path Parameters

owner
string
required

The handle of the owner.

Required string length: 1 - 50
space
string
required

The handle of the space.

Required string length: 1 - 50
identity
string
required

The handle of the identity.

Required string length: 1 - 50
voiceprint
string
required

The handle of the voiceprint.

Required string length: 1 - 50

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:
createdAt

The criteria used to sort the verifications.

Available options:
handle,
createdAt,
performedAt

The term used to search the verifications by handle or alias.

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.

min-score
number | null

The term used to search verifications with scores higher than or equal to the specified value.

Required range: 0 < x < 1
max-score
number | null

The term used to search verifications with scores lower than or equal to the specified value.

Required range: 0 < x < 1

Response

200 - application/json
alias
string | null
required

The alias of the verification.

audio
object
required

The audio of the verification.

createdAt
string
required

The date and time when the verification was created.

handle
string
required

The handle of the verification. Is unique.

id
string
required

The UUID of the verification. Is unique.

model
string
required

The model of the verification.

performedAt
string
required

The date and time when the verification was performed.

score
number | null
required

The score of the verification.

Required range: 0 < x < 1
state
enum<string>
required

The state of the verification.

Available options:
performing,
performed,
performedWithoutScore,
error
type
enum<string>
required

The type of the verification.

Available options:
identity,
authenticity,
message