Skip to main content
GET
/
v3
/
{customerId}
/
categorization
/
login
/
{loginId}
/
requestid
/
{requestId}
Get Categorization
curl --request GET \
  --url https://{instance}-api.private.fin.ag/v3/{customerId}/categorization/login/{loginId}/requestid/{requestId}
{
  "HttpStatusCode": 123,
  "LoginId": "<string>",
  "RequestId": "<string>",
  "Transactions": [
    {}
  ]
}
Broad Categorization is a service at Flinks that provides financial and behavioural insights by assigning categories to your customers’ transactions. The /GetCategorization endpoint is used by the Broad Categorization service and returns categorized transactional data. This data is aggregated by Flinks through the /GetAccountsDetail endpoint for the customer whose loginId is passed in the path parameter.

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

A unique identifier that represents the login information for the customer.

requestId
string
required

A unique identifier that represents a successful call to the /Authorize endpoint.

Response

Success

HttpStatusCode
integer
LoginId
string
RequestId
string
Transactions
object[]