List Connections
GET
/web/v1/workspaces/{workspaceId}/slash/connections JWTRetrieves all accessible Slash connections for the current workspace.
Required Headers
| Header | Example Value | Description |
|---|---|---|
| Content-Type | application/json | Request content type |
| Accept | application/json | Expected response type |
| X-Client-Hash | Client device fingerprint | |
| Accept-Language | en, zh, zh-Hant, ja, vi | Response language (default: en) |
| Authorization | Bearer | JWT access token |
| X-Workspace-Id | Target workspace ID |
Request Parameters
| Name | Type | Required | In | Description |
|---|---|---|---|---|
workspaceId | String | Required | path | Workspace ID.", constraints: "Path parameter (injected by gateway) |
Success Response
Unauthorized 401
{
"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.