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 |
Response
Ordered bycreatedAt descending (most recent first).
Connection object
| Field | Type | Description |
|---|---|---|
id | string | UUID of the connection |
provider | string | "fiskil" (AU banking), "akahu" (NZ banking), or "snaptrade" (brokerage) |
category | string | "banking" or "brokerage" |
institutionId | string | Opaque provider-specific institution identifier. Numeric string for Fiskil (e.g. "77"), UUID for SnapTrade. Treat as an arbitrary string. |
institutionName | string | Institution display name (e.g. “Westpac”, “Interactive Brokers”) |
institutionLogo | string | null | URL to the institution logo, or null if unavailable |
status | string | One of "active", "invalidated" (consent or credentials expired — user needs to reconnect), "pending_mfa" (awaiting a second factor), or "revoked" (consent withdrawn) |
lastRefreshedAt | string | null | ISO 8601 timestamp of the last successful data refresh |
createdAt | string | ISO 8601 timestamp of when the connection was created |
Connections with status
"deleting" (mid-teardown) are excluded from the response.