Business Details
post
Get complete information about the company, such as contacts, financial statements, court cases and other
Required scopes
This endpoint requires the following scopes:
- : Operations that allows interactions with verifyID services
- : An API suite providing read only access to search and retrieve public company data
Authorizations
OAuth2clientCredentialsRequired
Token URL: Refresh URL:
Body
enterpriseNumberstringOptional
Company number from the local registry
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
/api/businessdetailsPOST /api/businessdetails HTTP/1.1
Host: api.akibaone.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 42
{
"enterpriseNumber": "text",
"consent": true
}200Success
{
"success": true,
"message": "text",
"id": "text"
}