The teams endpoint allows you to programmatically CRUD team data.
Find all teams
GET
/teams
Create a new team
POST
/teams
Find a team
GET
/teams/{teamId}
Edit an existing team
PATCH
/teams/{teamId}
Remove an existing team
DELETE
/teams/{teamId}
Get team availability
GET
/teams/{teamId}/availability