Consumer Experian Report
post
Experian credit report for consumers about credit activity and current credit situation such as loan paying history and the status credit accounts.
Authorizations
Body
id_numberstringOptional
Consumer ID number
first_namesstringOptional
Consumer full names
surnamestringOptional
Consumer surname
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/consumerexperianreport HTTP/1.1
Host: api.akibaone.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 73
{
"id_number": "text",
"first_names": "text",
"surname": "text",
"consent": true
}
200Success
{
"success": true,
"message": "text",
"id": "text"
}
Last updated