βš™οΈ
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. Financial Risk Analysis

Create User

PreviousGet User Account By IDNextEnterprise (CIPC)
πŸ’‘
πŸ‘©β€πŸ’»
post

Register on Insyts

Authorizations
Body
clientIdstringOptional

Client ID

fullNamesstringOptional

The full legal name of your company or individual.

emailstringOptional

Valid email address associated with your company or individual for official communication.

phoneNumberstringOptional

Contact number for your company or individual.

countrystringOptional

Specify the country where your company is located.

physicalAddressstringOptional

Physical street address, including any additional details necessary for accurate location information.

isCompanybooleanOptional

Specify if you are registering a company or not (true or false)

registrationNumberstringOptional

company's registration number, which is typically issued during the registration process.

Responses
200Success
application/json
post
POST /insyts/registration HTTP/1.1
Host: api.akibaone.com
Content-Type: application/json
Accept: */*
Content-Length: 161

{
  "clientId": "text",
  "fullNames": "text",
  "email": "text",
  "phoneNumber": "text",
  "country": "text",
  "physicalAddress": "text",
  "isCompany": true,
  "registrationNumber": "text"
}
200Success
{
  "userId": "text"
}