List workspaces
Return workspaces in an organization.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.
Path parameters
orgId
Organization whose workspaces to return.
Headers
X-Account-Id
Account that owns the organization.
Response
An array of workspaces. Returns an empty array when the organization has none.
workspaces
Workspace summaries. Retrieve a workspace by ID for its full configuration.
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error

