Hi
My accountant (Aardavrk Accountants) holds the relationship with Freeagent, so how do I get the API Token so that I can download all my business accounts? My freeagent setup seems to restrict full usage. Do my accountants request it for me? If so can you explain the process? Thx Leigh
as an update i tried to go to this link https://api.freeagent.com/v2/approve_app but got “unknown application”
Hi 
Jamie from FreeAgent here. 
It looks like you may be getting the unknown application error because you’ve not included a client_id in your authorisation request. When calling the authorisation endpoint (mentioned here), you need to include response_type=code and client_id=<client_id> parameters with the id of the app you created in dev dashboard. e.g. https://api.freeagent.com/v2/approve_app?response_type=code&client_id=foo
I hope this helps.
Kind regards,
Jamie