// Workspaces

List workspaces

List the workspaces visible to the service account.

GET/api/workspace

Description

Lists every workspace in the organization that the authenticated service account is allowed to manage. Each workspace reports its package store location as regionId and regionName; both are null for workspaces that use the default (non-regional) package store.

Errors

StatusMeaning
401 Missing or invalid Basic auth credentials.