Teams
Retrieve a team
Retrieve a team by its ID for the authenticated team.
get/teams/{id}
Path parameters
idstring uuid required
Unique identifier of the team
Example:123e4567-e89b-12d3-a456-426614174000
Unique identifier of the team
Response
Team details
Example response
{
"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
}