Attributes automatically transform the raw transactional data (that you get through the /GetAccountsDetail endpoint) into real-time, actionable insights. Each data attribute reveals an aspect of your clients’ financial profile and consumer behaviour. Put simply, data attributes are outputs of organized, cleansed, and transformed transactional data. You get the benefits of using enriched data to feed your models and gain a better understanding of your clients behaviour—without having to deal with categorization, cleaning, or any of the multitude of other tedious tasks that arise when working with raw data. They can be put together like building blocks to create a far superior understanding of your clients behaviour. We currently provide use-case specific packages of Attributes, as well as custom packages. Important note on use-case endpoints : Each of the use-cases are detailed via their ownDocumentation Index
Fetch the complete documentation index at: https://docs.flinks.com/llms.txt
Use this file to discover all available pages before exploring further.
/{use-case} endpoint. If you have a subscription for a specific use-case, these are the endpoints that you should use. You will not be able to call the /GetAllAttributes or /Attributes endpoints.
Important note on other endpoints : If you have a subscription to our full library, you are able to choose between the use-case endpoints, the /GetAllAttributes endpoint, and/or our customizable /Attributes endpoint for your specific requirements.
Important flow for integration : You will have to set up an additional three API calls to pull back Attributes—You should follow the API Call Flow below to ensure no errors.
A note on the API Call Flow
The previous live call to/GetAccountsDetail must be completely finished before initiating the below series of calls, otherwise you may receive a 202 OPERATION_PENDING error.-
Make a call to
/Authorizewith the parameterMostRecentCached:trueto exchange yourloginIdfor a newrequestIdand open a session. -
Make a call to
/GetAccountsDetailwith the parameterrequestIdto pull back transactional data ready for analysis. -
Set up your job to call the specific
/Attributesendpoint required only when the previous/GetAccountsDetailcall has been successfully completed.
Operations accounts only
Operations is the only supported value.