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

Path Parameters

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

Unique GUID provided by Flinks that grants you access to the environment.

loginId
string
required

GUID representing end user's login ID.

requestId
string
required

GUID representing an authorized request to the API.

Response

Result

HttpStatusCode
integer
Card
object

Object containing an Id field and all the requested lending attributes.

Login
object

Object containing login metadata.

RequestId
string

Unique identifier for the request.