KYB
Get complete information about the company, such as contact, financial statements, court cases etc.
The expected data returned: 
Using company registration number, we can return:
- Compliance flags 
Get Started
To make this endpoint, you will need a valid developer account and, API Keys. Read Authentication to learn more.
🔐AuthenticationAPI Endpoint
POST https://api.akibaone.com/api/searchcompanies
Request
{
  "enterpriseNumberOrName": "string"
}Response Samples
{
  "success": true,
  "message": "string",
  "id": "string"
}POST https://api.akibaone.com/api/businessdetails
Request
{
  "enterpriseNumberOrName": "string"
}Response Samples
{
  "success": true,
  "message": "string",
  "id": "string"
}Last updated