Get Virtual Account
GET
/web/v1/slash/connections/{connectionBizId}/virtual-accounts/{virtualAccountId}JWTRetrieves the details of a specific virtual account.
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. |
virtualAccountId | String | Yes | path | The virtual account ID. |
Success Response
Not Found404
{
"code": "4040",
"message": "Virtual account not found"
}Error Responses
| HTTP Status | Code | Description |
|---|---|---|
| 401 | 4010 | Invalid or expired JWT token |
| 404 | 4040 | Virtual account or connection not found |
Notes
- The response data structure is proxied from the Slash platform.