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

# List all teams

`GET /teams`

Retrieve a list of teams for the authenticated user.

## Response `200`

Retrieve a list of teams for the authenticated user.

- object
  - `data` object[], required — Array of teams that the user has access to
    - `id` string, uuid, required — Unique identifier of the team
    - `name` string, required — Name of the team or organization
    - `logoUrl` string, uri, nullable, required — URL to the team's logo image
    - `plan` 'trial' | 'starter' | 'pro', required — Current subscription plan of the team
    - `email` string, email, nullable — Primary contact email address for the team
    - `baseCurrency` string, nullable — Base currency for the team in ISO 4217 format (3-letter currency code)
    - `countryCode` string, nullable — Country code for the team in ISO 3166-1 alpha-2 format
    - `fiscalYearStartMonth` integer, nullable — Month when the fiscal year starts (1-12). Null for trailing 12 months.

## Other responses

- `default` — An error occurred

---

[API](https://skmtc.net/midday-ai/apis/midday-api.md) · [All operations](https://skmtc.net/midday-ai/apis/midday-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/midday-ai/midday-api/versions/c0df9243c1b0/schema)
