βš™οΈ
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. Compliance Verification

Transunion Credit Report

PreviousTransunion VerificationNextCompany Credit Report
πŸ’‘
πŸ‘©β€πŸ’»
post

Retrieve commercial credit information from TransUnion Credit Bureau by ITNumber (Second Call)

Authorizations
Body
ITNumberstringOptional

This Number is provided by TransUnion and must be used to pull the full Credit Report. It can be optained from complaince.transunionVerification API call

consentbooleanOptional

By using this API, you acknowledge that you have read, understood, and agree to be bound by these Terms of Service. If you have any questions or concerns, please contact us.

Responses
200Success
application/json
post
POST /api/transunionreport HTTP/1.1
Host: api.akibaone.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 34

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