Skip to content

Get Transaction Aggregation

GET/web/v1/slash/connections/{connectionBizId}/transactions/aggregationJWT

Retrieves 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

NameTypeRequiredInDescription
connectionBizIdStringYespathSlash connection business ID.
fromStringNoqueryStart date for date range filter (ISO 8601).
toStringNoqueryEnd date for date range filter (ISO 8601).

Success Response

Not Found404
{
  "code": "4040",
  "message": "Connection not found"
}

Error Responses

HTTP StatusCodeDescription
4014010Invalid or expired JWT token
4044040Connection not found

Notes

  • The from and to parameters accept ISO 8601 date strings.
  • The response data structure is proxied from the Slash platform.

Internal Documentation