Skip to content

Get Top-Level Balance

GET/web/v1/slash/connections/{connectionBizId}/balances/top-levelJWT

Retrieves 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

NameTypeRequiredInDescription
connectionBizIdStringYespathSlash connection business ID.

Success Response

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

Error Responses

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

Notes

  • Balance amounts are in the currency's standard unit (e.g., USD dollars, not cents).

Internal Documentation