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