Latest cash balance with API

Hi, How i can extract the latest cash balance with API? Thank you.

Hi Alex,

Welcome to our API Forum! Can you clarify for me what you mean by cash balance? If you are looking for the current_balance of a given bank account in FreeAgent you can use the bank_accounts endpoint using a command like this;

GET https://api.freeagent.com/v2/bank_accounts/:id

More information on what you can get from the bank_accounts endpoint can be found in our API docs.

Hope this helps!

Andrew