Financial Score

post

Get user financial score by the type of score based on the uploaded bank statements

Authorizations
Body
successbooleanOptional
messagestringOptional
idstringOptional
Responses
200Success
application/json
post
POST /sandbox/v1/financialscore HTTP/1.1
Host: api.akibaone.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 45

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