Skip to main content
Verification endpoints use the /v2/ namespace. /v1/ endpoints are deprecated and will be removed without notice to new integrators.
Returns a list of verifications associated with your organisation. Results are returned in descending order of creation date, with the most recently created verifications appearing first. Use this endpoint to retrieve verification requests for display in your application, or to filter by individual, status, account, or group. Results can be narrowed using exact-match filters. Date parameters must be supplied in ISO 8601 format. Dates submitted in an invalid format will be silently ignored. The response is limited to a maximum of 1,000 results.

Parameters

string
Filter results by exact match on the verification’s name property.
string
Filter results by exact match on the verification’s email property.
string
Filter results by exact match on the verification’s status.Valid values include sent, completed, and cancelled.
string
Filter results by exact match on the account_id to list verifications created by a specific account.
string
Filter results by exact match on the group_id to list verifications assigned to a specific group.
string
Return verifications created before the specified ISO 8601 timestamp.
string
Return verifications created after the specified ISO 8601 timestamp.
string
Return verifications completed before the specified ISO 8601 timestamp.
string
Return verifications completed after the specified ISO 8601 timestamp.