List the verifications of an audio
List the paginated details of the verifications of an audio.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The handle of the owner.
The handle of the space.
The handle of the audio.
Query Parameters
The index of the page.
The maximum size of the pages.
The criteria used to sort the verifications.
handle
, createdAt
, performedAt
The term used to search the verifications by handle or alias.
The term used to search data after or equal to the specified date.
The term used to search data before or equal to the specified date.
Response
The UUID of the verification. Is unique.
The handle of the verification. Is unique.
The alias of the verification.
The type of the verification.
identity
, authenticity
, message
The state of the verification.
performing
, performed
, error
The model of the verification.
The audio of the verification.
The score of the verification.
The date and time when the verification was created.
The date and time when the verification was performed.