Skip to main content

List Accounts

Endpoint: GET /accounts

Authentication: Bearer Token (required)

Description

Retrieves a list of all accounts. Optionally filter by account number.

Request

Query Parameters

NameTypeRequiredDescription
accountNumberstringNoFilter accounts by account number

Headers

NameTypeRequiredDescription
AuthorizationstringYesBearer token for authentication

Request Schema

{
"headers": {
"Authorization": "Bearer <token>"
}
}