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

Search Director

PreviousConsumer TraceNextBank Verification
πŸ’‘
πŸ‘©β€πŸ’»
post

CIPC - Directorship Search by ID Number

Authorizations
Body
id_numberstringOptional

South African ID number

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/searchdirector HTTP/1.1
Host: api.akibaone.com
Content-Type: application/json
Accept: */*
Content-Length: 35

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