User and Workspace management
List Workspaces
Get a list of all the active workspaces in the organization.
get/public/v1/workspaces
Query parameters
countinteger
Number of elements in page.
pageinteger
Page number.
Response
Page of workspaces
Example response
{
"results": [
{
"id": "ajnN7eGutJZsRKjQrNuPkh",
"name": "Test workspace",
"date_created": "2021-06-17T15:51:13.226974Z",
"owner": "josh@example.com"
}
]
}