Skip to content

Get Transaction Aggregation

GET/web/v1/slash/connections/{connectionBizId}/transactions/aggregation JWT

Retrieves aggregated transaction data for the specified Slash connection, optionally filtered by date range.

Required Headers

HeaderExample ValueDescription
Content-Typeapplication/jsonRequest content type
Acceptapplication/jsonExpected response type
X-Client-HashClient device fingerprint
Accept-Languageen, zh, zh-Hant, ja, viResponse language (default: en)
AuthorizationBearerJWT access token
X-Workspace-IdTarget workspace ID

Request Parameters

NameTypeRequiredInDescription
connectionBizIdStringOptionalpathSlash connection business ID.", constraints: "Path parameter
fromStringRequiredqueryStart date for date range filter (ISO 8601).
toStringRequiredqueryEnd date for date range filter (ISO 8601).

Success Response

Not Found 404
{
  "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.

SlaunchX Internal Documentation