Verification Sessions
List all Verifications
GET
/
accounts
/
{acc_id}
/
verification_sessions
Retrieve a list of AccountVerificationSessions for a specific Account.
Path Parameters
ID of the Account.
Query Parameters
ISO 8601 formatted date (YYYY-MM-DD) to filter for AccountVerificationSessions created on and after the date provided.
ISO 8601 formatted date (YYYY-MM-DD) to filter for AccountVerificationSessions created on and before the date provided.
The number of the page to return.
The ID of a resource from which a page should start or end. Mutually exclusive with page
.
The number of AccountVerificationSessions to return per page.
Returns
Returns a list of AccountVerificationSession.