Insights
Get insights
Retrieve the insights for each category of a user's transactions
get/v3/aggregation/insights/category
Response
Insights
Example response
{
"resources": [
{
"oldest_existing_transaction": "2024-09-05",
"fully_analyzed_month": 3,
"fully_analyzed_day": 90,
"kpis": {
"global": {
"categories": [
{
"id": 320,
"aggregates": {
"monetary_max": 1000,
"monetary_mean": 369.28,
"monetary_min": 10
}
}
]
},
"monthly": [
{
"from": "2024-11-06",
"to": "2024-12-05",
"categories": [
{
"id": 320,
"aggregates": {
"monetary_sum": 550,
"frequency": 2
}
}
]
}
]
}
}
]
}