Skip to main content
GET
List accounts

Authorizations

Authorization
string
header
required

Bearer token for authentication with Augustus Banking API

Query Parameters

limit
integer
default:10

Number of results per page (1-100). Defaults to 10.

Required range: 1 <= x <= 100
cursor
string

Opaque cursor from a previous next_cursor.

account_number
string

Filter by exact fiat account number.

Minimum string length: 1
account_holder_name
string

Filter by account holder name (case-insensitive phrase match).

Minimum string length: 1
status
enum<string>

Filter by account status.

Available options:
pending,
active,
frozen
account_program_id
string<uuid>

ID of the account program to list virtual accounts for.

Example:

"550e8400-e29b-41d4-a716-446655440002"

Response

200 - application/json

List of accounts

data
object[]
required
has_more
boolean
required
next_cursor
string | null
required
Example:

"eyJsYXN0X2lkIjoiNTUwZTg0MDAtZTI5Yi00MWQ0LWE3MTYtNDQ2NjU1NDQwMDA2In0"

has_previous
boolean
required
previous_cursor
string | null
required
Example:

"eyJsYXN0X2lkIjoiNTUwZTg0MDAtZTI5Yi00MWQ0LWE3MTYtNDQ2NjU1NDQwMDA2In0"