Skip to main content
GET
/
v3
/
{customerId}
/
insight
/
login
/
{loginId}
/
attributes
/
{requestId}
/
GetCreditRiskAttributes
Get Credit Risk Attributes
curl --request GET \
  --url https://{instance}-api.private.fin.ag/v3/{customerId}/insight/login/{loginId}/attributes/{requestId}/GetCreditRiskAttributes
{
  "Card": {},
  "Login": {},
  "RequestId": "<string>",
  "AttributesDetails": {}
}
This endpoint will provide you with all Credit Risk Use-Case Attributes. Please refer to our Quickstart guide for further information on the use-cases / when to use this specific endpoint.

Rquest Parameters

NAMETYPEDESCRIPTION
customerId (mandatory)stringGUID representing your customer ID (provided by Flinks).
loginId (mandatory)stringGUID representing end user’s login ID. You get this value after a successful Authorize request.
requestId (mandatory)stringGUID representing an authorized request to the API. You get this value after a successful Authorize request.

Response Fields

NAMETYPEDESCRIPTION
CardobjectObject containing an id field (end user’s LoginId) and all the requested attributes (name: value)
LoginobjectObject representing some end user’s technical information such as the LoginId. See Authorize endpoint documentation for this object details.
RequestIdstringGUID representing an authorized request to the API. You get this value after a successful Authorize request.
AttributesDetailsobjectObject containing the fields TransactionId, AccountId, Date, Description, Debit, and Credit per Attribute.

Path Parameters

customerId
string
default:43387ca6-0391-4c82-857d-70d95f087ecb
required

Unique GUID representing your customer ID.

loginId
string
required

GUID representing end user's login ID.

requestId
string
required

GUID representing an authorized request to the API.

Response

Result

Card
object

Object containing an Id field and all the requested credit risk attributes.

Login
object

Object representing end user's technical information.

RequestId
string

GUID representing an authorized request to the API.

AttributesDetails
object

Object containing detailed attribute information.