---
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

## Changes

- **2026-08-11** `605de0884cc9` — 1 info
  - added the non-success response with the status `400`

[Change history](https://skmtc.dev/alpic/apis/alpic-api-2/changes/v1/teams/get.md)

---

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