Comprehensive user's financial insight function with various fields and breakdowns. A detailed and structured overview of the user's financial situation.
Client ID
User ID
Provide account ID
Agree to Terms of Use agreement
curl -L \ --request POST \ --url 'https://api.akibaone.com/insyts/insights' \ --header 'Content-Type: application/json' \ --data '{ "clientId": "text", "userId": "text", "providerAccountId": "text", "consent": true }'
{ "director_list": [ { "identifier": 1, "first_names": "text", "surname": "text", "initials": "text", "director_status": "text", "role": "text", "member_size_interest": 1, "member_contribution": 1, "appointment_date": "text", "enterprise_details": [ { "enterprise_number": "text", "enterprise_name": "text", "enterprise_type": "text", "enterprise_status": "text", "registration_date": "text" } ] } ] }