DevelopmentApi
List workspaces for organization
Lists workspaces in the organization that are visible to the authenticated caller.
Lists workspaces in the organization that are visible to the authenticated caller.
Authorization
patAuth PAT<token>
Personal Access Token
In: header
Path Parameters
orgId*string
Response Body
application/json
curl -X GET "https://loading/api/orgs/string/workspaces"[
{
"$id": "string",
"organizationId": "string",
"name": "string",
"slug": "string",
"privacyMode": "option_1",
"createdByUserId": "string",
"archivedAt": "string"
}
]Empty