List Connections
GET
/web/v1/workspaces/{workspaceId}/slash/connectionsJWTRetrieves all accessible Slash connections for the current workspace.
Authentication
Requires a valid JWT token with workspace:manage permission. Portal access: system, tenant.
Request Parameters
| Name | Type | Required | In | Description |
|---|---|---|---|---|
workspaceId | String | Yes | path | Workspace ID. |
Success Response
Unauthorized401
{
"code": "4010",
"message": "Invalid or expired JWT token"
}Error Responses
| HTTP Status | Code | Description |
|---|---|---|
| 401 | 4010 | Invalid or expired JWT token |
| 403 | 4030 | Insufficient permissions |
Notes
- Returns an array of all accessible connections.
- Sensitive fields are masked in the response.