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:

Good to know: All the methods shown below are synced to an example Swagger file URL and are kept up to date automatically with changes to the API.Vr

Get Started

To make this endpoint, you will need a valid developer account and, API Keys. Read Authentication to learn more.

API 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