Score
post
Authorizations
Body
clientIdstringOptional
Client ID
userIdstringOptional
User ID
typestringOptional
This is a type of score; (risk, credit, forecast or liquidity).
Responses
200Success
application/json
post
POST /insyts/score HTTP/1.1
Host: api.akibaone.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 49
{
"clientId": "text",
"userId": "text",
"type": "text"
}
200Success
{
"clientId": "text",
"userId": "text",
"type": "text"
}