Score

post
Required scopes
This endpoint requires the following scopes:
  • : Operations that allows interactions with Insyts services
Authorizations
OAuth2clientCredentialsRequired
Token URL: Refresh URL:
Body
clientIdstringOptional

Client ID

userIdstringOptional

User ID

typestringOptional

This is a type of score; (risk, credit, forecast or liquidity).

Responses
200Success
application/json
post
/insyts/score
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"
}