curl -X GET "https://api.cloud.blnkfinance.com/data/ledgers?instance_id=YOUR_INSTANCE_ID&page=1&pageSize=30" \ -H "Authorization: Bearer blnk_at_YOUR_ACCESS_TOKEN"
{ "data": [ { "ledger_id": "ldg_073f7ffe-9dfd-42ce-aa50-d1dca1788adc", "name": "MyApp Integration Ledger", "created_at": "2024-02-20T05:28:03.558281542Z", "meta_data": { "description": "Ledger for integration test" } } ], "total": 5 }
List all ledgers from your Blnk Core instance with pagination support.
Bearer <access_token>
data:read
*
1
30
Show Ledger object properties