# Teams

Manage workspaces (teams). Each team has its own contacts, automations, and sender profiles.

 - [GET /id/api/teams](https://api.grinfi.io/openapi/teams/listteams.md): List all teams (workspaces) the authenticated user has access to.
 - [GET /id/api/teams/{id}](https://api.grinfi.io/openapi/teams/getteam.md): Get details of a specific team by ID.
 - [POST /id/api/teams/{id}/check-limits](https://api.grinfi.io/openapi/teams/checkteamlimits.md): Check whether the team has capacity for the requested number of additional sender profiles within its current subscription limits. Returns monthly and yearly usage information (or `null` for each if t
