Verify API
Get All Verify Accounts
Get all verify accounts, sorted by most recently created.
GET
Authorizations
The auth token received from Authentication endpoints.
Headers
Version of Momentum API. Use v2022-09-21.
Available options:
v2022-09-21
Query Parameters
Index for paginated results
Required range:
x >= 0
Max number of results to return
Required range:
0 <= x <= 500
Filter results by the account id
Filter results created at or after this time
Filter results created before this time
Filter results by account number
Filter results by account status
Status of account verification.
Available options:
pending
, valid
, closed
, invalid
, failed
Filter results by account ownership status
Status of account ownership.
Available options:
pending
, full
, partial
, not_a_match
, not_found
Filter results by account control status
Status of account control.
Available options:
pending
, valid
, canceled
Filter results by account debit status
Status of account debit.
Available options:
pending
, valid
, blocked
, failed
Response
200
application/json
200 response.
An array of verify accounts.
Was this page helpful?