Openapi
Get workspace settings
Returns the workspace name and id. Requires operator-session or management-key authentication scoped to the target workspace.
Authorization<token>
In: header
Response Body
curl -X GET "https://loading/v1/manage/workspaces/{workspaceId}/settings"Empty
Open realtime stream GET
Upgrades the connection to a Server-Sent Events (SSE) stream that pushes real-time notification events (new, updated, deleted) to the authenticated recipient. The stream remains open until the client disconnects. For WebSocket-based real-time delivery, connect to the gateway instead.
Update workspace settings PATCH
Modifies workspace-level settings such as the workspace display name. Only workspace owners and admins may call this endpoint.