Get Transaction Aggregation
GET
/web/v1/slash/connections/{connectionBizId}/transactions/aggregationJWTRetrieves aggregated transaction data for the specified Slash connection, optionally filtered by date range.
Authentication
Requires a valid JWT token. Portal access: system, tenant.
Request Parameters
| Name | Type | Required | In | Description |
|---|---|---|---|---|
connectionBizId | String | Yes | path | Slash connection business ID. |
from | String | No | query | Start date for date range filter (ISO 8601). |
to | String | No | query | End date for date range filter (ISO 8601). |
Success Response
Not Found404
{
"code": "4040",
"message": "Connection not found"
}Error Responses
| HTTP Status | Code | Description |
|---|---|---|
| 401 | 4010 | Invalid or expired JWT token |
| 404 | 4040 | Connection not found |
Notes
- The
fromandtoparameters accept ISO 8601 date strings. - The response data structure is proxied from the Slash platform.