Client ID
User ID
Provide account ID
Agree to Terms of Use agreement
User id
Details of individual inflow transactions, including dates
Details of individual outflow transactions, including dates
const response = await fetch('https://api.akibaone.com/insyts/cashflow', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "sub": "text", "inflow": "text", "outflow": "text" }