Get All Accounts

Use this API to get details of all accounts created by you.

Query Params
string
Defaults to 10

The number of results to be returned per API call.

Use this with the start_before or start_after parameters for pagination.

  • Default value 10.
  • Maximum value 100.
Example: 15

string

The account_id before which details should be returned.

Use this with the results_per_page for pagination.

Example: va_GtkNV8sHqmGBZUnv1iHpHm4M4

string

The account_id after which details should be returned.

Use this with the results_per_page for pagination.

Example: va_GtkNV8sHqmGBZUnv1iHpHm4M4

string

Has to be used with to_date.

The UNIX timestamp after which details should be returned.

Use this with the results_per_page, start_after, and start_before for pagination.

Example: 1651052818

string

Has to be used with from_date.

The UNIX timestamp before which details should be returned.

Use this with the results_per_page, start_after, and start_before for pagination.

Example: 1651052818

string

Get a list of all accounts matching the entered type.

Accepted values:

  • virtual

string

Get a list of all accounts matching the entered email.

Example: [email protected]

string

Get a list of all accounts matching the entered mobile_number.

Example: 9876543210

string

Can only be used with type set as virtual.

Get a list of all accounts matching the entered used_as.

Possible values:

  • wallet
  • collection_tool
  • receivable
  • primary
  • verification

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json