Skip to main content

Organizations & Workspaces API Reference

Complete reference for all organization and workspace endpoints in the Voyager API.

GET /api/v2/organizations

List organizations.

GET /api/v2/organizations/

Get organization details.

GET /api/v2/organizations//workspaces

List workspaces in an organization.

POST /api/v2/organizations//workspaces

Create a new workspace.

Request Body

{
  "name": "Workspace Name"
}

GET /api/v2/organizations//members

List organization members.

GET /api/v2/organizations//analysisModules

List available analysis modules.
Organizations and workspaces are typically managed through the Voyager web interface. These endpoints provide read access and basic management capabilities.