v1

latestOpenAPI 3.1.0AGPL-3.0 license2026-07-1210336283.6 KB
Teams

List all teams

Retrieve a list of teams for the authenticated user.

get/teams

Response

Retrieve a list of teams for the authenticated user.

Example response

{
  "data": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "name": "Acme Corporation",
      "logoUrl": "https://cdn.midday.ai/logos/acme-corp.png",
      "plan": "pro",
      "email": "team@acme.com",
      "baseCurrency": "USD",
      "countryCode": "US",
      "fiscalYearStartMonth": 1
    }
  ]
}