Get Account
GET
/web/v1/slash/connections/{connectionBizId}/accounts/{accountId}JWTRetrieves the details of a Slash account, including account number and routing information.
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. |
accountId | String | Yes | path | The account ID to retrieve. |
Success Response
Not Found404
{
"code": "4040",
"message": "Account not found"
}Error Responses
| HTTP Status | Code | Description |
|---|---|---|
| 401 | 4010 | Invalid or expired JWT token |
| 404 | 4040 | Account or connection not found |
Notes
- Response fields use snake_case as returned by the Slash platform (
account_number,routing_number,created_at).