Transunion Credit Report

post

Retrieve commercial credit information from TransUnion Credit Bureau by ITNumber (Second Call)

Authorizations
Body
ITNumberstringOptional

This Number is provided by TransUnion and must be used to pull the full Credit Report. It can be optained from complaince.transunionVerification API call

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

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