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

# List teams

`GET /v1/teams`

List all teams for the authenticated user

## Response `200`

The list of teams

- object[]
  - `id` string, required
  - `name` string, required
  - `createdAt` string, date-time, required
  - `hasStripeAccount` boolean, required

## Other responses

- `400` — 400

---

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