/GetUserAnalysisAttributes

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.

Request 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 a 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.
AttributeDetailsobjectObject containing the fields TransactionId, AccountId, Date, Description, Debit, Credit per Attribute.
Language
URL