Transunion Verification

post

Retrieve commercial credit information from TransUnion Credit Bureau (First Call)

Authorizations
Body
company_reg_numberstringOptional

company's registration number, which is typically issued during the registration process (eg 201623389407)

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

{
  "company_reg_number": "text",
  "consent": true
}
200Success
{
  "success": true,
  "message": "text",
  "id": "text"
}