GET
/
spaces
/
{owner}
/
{space}
/
audios
/
{audio}
/
verifications

Authorizations

Authorization
string
headerrequired

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

Path Parameters

owner
string
required

The handle of the owner.

space
string
required

The handle of the space.

audio
string
required

The handle of the audio.

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

The criteria used to sort the verifications.

Available options:
handle,
createdAt,
performedAt
search
string

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

after

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

before

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

Response

200 - application/json
id
string
required

The UUID of the verification. Is unique.

handle
string
required

The handle of the verification. Is unique.

alias
string | null
required

The alias of the verification.

type
enum<string>
required

The type of the verification.

Available options:
identity,
authenticity,
message
state
enum<string>
required

The state of the verification.

Available options:
performing,
performed,
error
model
string
required

The model of the verification.

audio
object | null
required

The audio of the verification.

score
string | null
required

The score of the verification.

createdAt
string
required

The date and time when the verification was created.

performedAt
string
required

The date and time when the verification was performed.