List Accounts
Endpoint: GET /accounts
Authentication: Bearer Token (required)
Description
Retrieves a list of all accounts. Optionally filter by account number.
Request
Query Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| accountNumber | string | No | Filter accounts by account number |
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer token for authentication |
Request Schema
{
"headers": {
"Authorization": "Bearer <token>"
}
}