GET

/api/im/workspace

List all workspaces

Returns all workspaces accessible to the authenticated user.

curl -s "$BASE/api/im/workspace" \
  -H "Authorization: Bearer $TOKEN"

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test