curl --request POST \ --url http://localhost:5001/ledgers \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{"name":"Customer Savings Ledger","meta_data":{"project_owner":"Acme LLC","description":"For all savings account created & managed by Acme."}}'
{"ledger_id":"ldg_073f7ffe-9dfd-42ce-aa50-d1dca1788adc","name":"Customer Savings Ledger","created_at":"2024-02-20T05:28:03.558281542Z","meta_data":{"project_owner":"Acme LLC","description":"For all savings account created & managed by Acme."}}
curl --request POST \ --url http://localhost:5001/ledgers \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{"name":"Customer Savings Ledger","meta_data":{"project_owner":"Acme LLC","description":"For all savings account created & managed by Acme."}}'
{"ledger_id":"ldg_073f7ffe-9dfd-42ce-aa50-d1dca1788adc","name":"Customer Savings Ledger","created_at":"2024-02-20T05:28:03.558281542Z","meta_data":{"project_owner":"Acme LLC","description":"For all savings account created & managed by Acme."}}
Connect your Blnk Ledger and explore advanced features (access control & collaboration, anomaly detection, secure storage & file management, etc.) in one intuitive dashboard.
curl --request POST \ --url http://localhost:5001/ledgers \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{"name":"Customer Savings Ledger","meta_data":{"project_owner":"Acme LLC","description":"For all savings account created & managed by Acme."}}'
{"ledger_id":"ldg_073f7ffe-9dfd-42ce-aa50-d1dca1788adc","name":"Customer Savings Ledger","created_at":"2024-02-20T05:28:03.558281542Z","meta_data":{"project_owner":"Acme LLC","description":"For all savings account created & managed by Acme."}}