Scores
post
Authorizations
Body
clientIdstringOptional
Client ID
userIdstringOptional
User ID
providerAccountIdstringOptional
Provide account ID
consentbooleanOptional
Agree to Terms of Use agreement
Responses
200Success
application/json
post
POST /insyts/scores HTTP/1.1
Host: api.akibaone.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 77
{
"clientId": "text",
"userId": "text",
"providerAccountId": "text",
"consent": true
}
200Success
{
"date": "text",
"risk_score": "text",
"forecast_score": "text",
"credibility_score": "text",
"liquidity_score": "text"
}