Teams

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}

Was this page helpful?

Prev

Slots

Next

Users