Companyreporttaskid

post

Get company credit report

Authorizations
Body
company_reg_nostringOptional

This is the company registration number.

bureau_namestringOptional

This is the name of the bureau's report to pull (transunion, xds or experian).

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
POST /api/companyreporttaskid HTTP/1.1
Host: api.akibaone.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 61

{
  "company_reg_no": "text",
  "bureau_name": "text",
  "consent": true
}
200Success
{
  "task_id": "text"
}