Proxy & Data
Data API
Read and query data from a Blnk Core instance via direct database access through Blnk Cloud.
GET
The Data API lets you read data stored in a Blnk Core instance through Blnk Cloud. Requests query the instance database directly and are commonly used for dashboards, analytics, reporting, and back-office operations.
For a step-by-step walkthrough, see Retrieving data.
The Data API is read-only and queries the instance DB directly via our query agent. It does not forward requests to Core over HTTP.For write operations, use the Proxy API. For JSON body filters, use the Filters API.
Request structure
Bearer token for an API key or OAuth access token. Requires the
data:read scope. Create credentials with the data:read scope in API keys or OAuth clients.Unique identifier of the Blnk Core instance to query. Required on every Data API request.
Page number for paginated list requests.
Number of records per page. Defaults vary by resource:
30 for ledgers, 20 for balances, transactions, and identities.List resources
All list paths are relative tohttps://api.cloud.blnkfinance.com/data.
| Resource | Path |
|---|---|
| Ledgers | /ledgers |
| Balances | /balances |
| Transactions | /transactions |
| Identities | /identities |
| Reconciliations | /reconciliations |
| Matching rules | /matching-rules |
| External transactions | /external-transactions |
Array of records for the requested resource.
Total number of matching records.