---
title: "List workspaces"
method: GET
path: "/api/v1/teams"
tags: ["Identity"]
---

# List workspaces

`GET /api/v1/teams`

Lists workspaces available to the token owner and identifies the active workspace.

## Response `200`

Workspace list

- object
  - `teams` Team[]
    - `id` string
    - `name` string
    - `slug` string
    - `role` string
    - `isBetaTester` boolean
  - `activeTeam` Team
    - `id` string
    - `name` string
    - `slug` string
    - `role` string
    - `isBetaTester` boolean
  - `isAdmin` boolean
  - `canCreateTeam` boolean

## Other responses

- `401` — Missing, invalid, revoked, or expired token

---

[API](https://skmtc.dev/nudgen-marketing/apis/nudgen-developer-api.md) · [All operations](https://skmtc.dev/nudgen-marketing/apis/nudgen-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nudgen-marketing/nudgen-developer-api/revisions/f90a364e1720/schema)
