Get Top-Level Balance
GET
/web/v1/slash/connections/{connectionBizId}/balances/top-levelJWTRetrieves the top-level balance summary for the Slash connection, including available, pending, and total amounts.
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. |
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
- Balance amounts are in the currency's standard unit (e.g., USD dollars, not cents).