cURL
curl --request GET \ --url https://{instance}-api.private.fin.ag/v3/{customerId}/insight/login/{loginId}/attributes/{requestId}/GetBusinessAnalysisAttributes
{ "Card": {}, "Login": {}, "RequestId": "<string>" }
This endpoint will provide you with all Business Analysis 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 (end user's loginId) and all the requested business analysis attributes (name: value pairs).
Object representing end user's technical information.
Was this page helpful?