DevelopersAPI referenceNotesWorkspaces
List the active org's workspaces
Lists workspaces for the caller's active org, adopting legacy pre-org rows into a personal org and provisioning the org's first workspace when none exists.
View as Markdowncurl -X GET "https://example.com/v1/workspaces"{ "workspaces": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "ownerId": "4d206909-730f-409a-88f6-dcfaa8fc28cc", "kind": "org", "teamId": "a4ede8ba-7c0a-4485-8763-cbd9b282fbec", "created": "2019-08-24T14:15:22Z" } ]}