Skip to main content
GET
Get Categorization
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

HTTP status code of the response.

LoginId
string

Unique identifier for the end user's login.

RequestId
string

GUID representing an authorized request to the API.

Transactions
object[]

Array of categorized transaction records.