List the message verifications in a space
List the paginated details of the message verifications in a space.
Score: Confidence in a positive result is represented by the score.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The handle of the owner.
1 - 50
The handle of the space.
1 - 50
Query Parameters
The index of the page.
x > 1
The maximum size of the pages.
1 < x < 50
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.
The term used to search verifications with scores higher than or equal to the specified value.
0 < x < 1
The term used to search verifications with scores lower than or equal to the specified value.
0 < x < 1
Response
The alias of the message verification.
The audio of the message verification.
The date and time when the message verification was created.
The handle of the message verification. Is unique.
The UUID of the message verification. Is unique.
The language of the message verification.
The message of the message verification.
1 - 200
The model of the message verification.
The date and time when the message verification was performed.
The score of the message verification.
0 < x < 1
The state of the message verification.
performing
, performed
, performedWithoutScore
, error