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
string
required
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.string
required
Unique identifier of the Blnk Core instance to query. Required on every Data API request.
integer
default:"1"
Page number for paginated list requests.
integer
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.
array
required
Array of records for the requested resource.
integer
required
Total number of matching records.