Company Credit Report
post
Authorizations
Body
task_idstringOptional
Task ID
Responses
200Success
application/json
post
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"
}