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

orgIdstringRequired
Organization whose workspaces to return.

Headers

X-Account-IdstringRequired
Account that owns the organization.

Response

An array of workspaces. Returns an empty array when the organization has none.
workspaceslist of objects
Workspace summaries. Retrieve a workspace by ID for its full configuration.

Errors

403
Forbidden Error
404
Not Found Error
500
Internal Server Error