Skip to main content
GET
List all verifications

Authorizations

Authorization
string
header
required

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

Query Parameters

sort
string
default:-created_at

Available sorts are created_at, updated_at, status. You can sort by multiple options by separating them with a comma. To sort in descending order, use - sign in front of the sort, for example: -created_at.

page[size]
integer
default:10

The number of results that will be returned per page.

page[number]
integer

The page number to start the pagination from.

fields[verifications]
enum<string>[]
Available options:
status,
send_individual_authentication_sms,
send_individual_authentication_email,
accept_close_match,
attribution_id,
individual_authentication_url,
failure_reason,
check_results,
created_at,
updated_at
filter[status]
enum<string>

The current status of the verification.

Available options:
created,
pending,
successful,
failed,
cancelled,
expired,
error
Example:

"successful"

filter[attribution_id]
string

The attribution ID.

Example:

"invoice-123"

filter[created_at_start]
string<date-time>

Filter verifications created on or after this datetime.

Example:

"2026-04-01T00:00:00Z"

filter[created_at_end]
string<date-time>

Filter verifications created on or before this datetime.

Example:

"2026-04-30T23:59:59Z"

Response

Paginated set of VerificationResource

data
VerificationResource · object[]
required
meta
object
required