βš™οΈ
Akiba API Docs
  • 🚦Getting Started
    • πŸ‘‹Welcome!
    • πŸ”Authentication
    • πŸ€“Make your first API call
  • πŸš€PRODUCTS
    • πŸ—οΈProduct Guideline
      • Platform integration
        • Origination widget
      • Developer integration
        • Verification
        • Risk Analysis
    • πŸŽ“Use cases
  • πŸ’‘API Documentation
    • πŸ‘©β€πŸ’»API reference
      • Compliance Verification
        • Consumer Experian Report
        • AML & PEP
        • Search Phone Number
        • Transunion Verification
        • Transunion Credit Report
        • Company Credit Report
        • Companyreporttaskid
        • Search Companies
        • Business Details
        • Consumer Trace
        • Search Director
        • Bank Verification
        • Express Credit Score
        • ID Photo Verification
        • Real-Time ID Verification
        • ID Verification
      • Financial Risk Analysis
        • Get Sub-Account Transactions
        • Delete Account
        • Get Linked Account
        • Get Linked Accounts
        • Account Details
        • Get Transactions
        • Expenses
        • Revenue
        • Cashflow
        • Insights
        • Score
        • Scores
        • Get Pre-signed URL
        • Update User Details
        • Get User Account By ID
        • Create User
      • Enterprise (CIPC)
        • Office Addresses
        • E-filing History
        • Director Verification
        • Company Directors
        • Director Profile
        • Basic Enterprise information
        • Company Profile
      • Authorization
        • Whoami
        • Revoke
      • Sandbox
        • V1
          • Get Webhook Details
          • Update Webhook Details
          • Create Webhook Account
          • Sub-Account Transactions
          • Get All Linked Account Ids
          • Get Account Ids
          • Delink Account
          • Account Details
          • Link Account
          • Get Transactions
          • Get Expenses
          • Get Revenues
          • Get Cashflow
          • Financial Insights
          • Financial Score
          • Financial Scores
          • Get Pre-signed URL
          • Update User Details
          • Get User Details
          • Create User Account
    • 🀡Verification APIs
      • Comprehensive KYC
      • KYB
      • Bank Statement OCR
      • Selfie ID Verification
      • πŸ‘šAnti-Money Laundering (AML)
    • 🎯Risk Analysis
      • πŸ‘“Insights
        • Insyts user
        • Open Banking
        • Alternative Scores
        • Affordability Assessment
        • Default prediction
        • Spend analysis
      • ☒️Risk scoring
    • 🏦Bank Accounts
      • 🧯Actionable Insights
      • ⏰Lending recommendation
  • πŸ’²Pricing
    • πŸͺ™Credit Pricing
    • πŸƒβ€β™€οΈPre-paid API Credits
    • πŸ›‚Subscription
  • Specification
  • About
  • Specification
Powered by GitBook
On this page
  1. API Documentation
  2. API reference
  3. Sandbox
  4. V1

Financial Insights

PreviousGet CashflowNextFinancial Score
πŸ’‘
πŸ‘©β€πŸ’»
post

Comprehensive user's financial insight function with various fields and breakdowns. A detailed and structured overview of the user's financial situation.

Authorizations
Body
successbooleanOptional
messagestringOptional
idstringOptional
Responses
200Success
application/json
post
POST /sandbox/v1/financialinsights HTTP/1.1
Host: api.akibaone.com
Content-Type: application/json
Accept: */*
Content-Length: 45

{
  "success": true,
  "message": "text",
  "id": "text"
}
200Success
{
  "success": true,
  "message": "text",
  "id": "text"
}