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}
Introduction
Core Features
Enterprise Features
How To Guides
The teams endpoint allows you to programmatically CRUD team data.
/teams
/teams
/teams/{teamId}
/teams/{teamId}
/teams/{teamId}
Was this page helpful?
Next
Users