Documentation Index
Fetch the complete documentation index at: https://docs.redbark.co/llms.txt
Use this file to discover all available pages before exploring further.
The REST API is in beta. This endpoint’s response shape may change.
Request
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer YOUR_API_KEY |
Query parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 50 | Maximum items to return (1 to 200) |
offset | integer | 0 | Number of items to skip |
Response
Ordered alphabetically byname (ascending).
Account object
| Field | Type | Description |
|---|---|---|
id | string | UUID of the account |
connectionId | string | UUID of the parent connection |
provider | string | null | "fiskil" (AU), "akahu" (NZ), or "snaptrade" (brokerage). Null only for legacy accounts. |
name | string | Account name (e.g. “Everyday Account”) |
type | string | One of "transaction", "savings", "credit-card", "loan", "investment", "term-deposit", or "other". Note the hyphen in credit-card (not underscore). |
institutionName | string | null | Institution name (e.g. “Westpac”) |
accountNumber | string | null | Masked account number, last 4 digits only (e.g. "xxxx4567") |
currency | string | ISO 4217 currency code (e.g. "AUD", "USD") |
Account numbers are always masked. Only the last 4 digits are returned. Accounts on connections being deleted are excluded.
Pagination object
| Field | Type | Description |
|---|---|---|
total | integer | Total number of accounts |
limit | integer | Limit applied to this request |
offset | integer | Offset applied to this request |
hasMore | boolean | true if more items exist beyond this page |