cURL
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.
Unique GUID provided by Flinks that grants you access to the environment.
GUID representing end user's login ID.
GUID representing an authorized request to the API.
Result
Object containing an Id field and all the requested lending attributes.
Object containing login metadata.
Unique identifier for the request.
Was this page helpful?