Company Credit Report

post
Required scopes
This endpoint requires the following scopes:
  • : Operations that allows interactions with verifyID services
Authorizations
OAuth2clientCredentialsRequired
Token URL: Refresh URL:
Body
task_idstringOptional

Task ID

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

{
  "task_id": "text"
}
200Success
{
  "status": "text",
  "result": "text"
}