API
#
Creating a teamPOST /teams.create
Sample request
Sample response
#
Add a memberPOST /teams.addMember
Sample request
Sample response
#
Remove a memberPOST /teams.removeMember
Sample request
Sample response
#
Listing teamsPOST /teams.list
This is a paginated endpoint.
Sample response
#
Get a single teamPOST /teams.info
Sample request
Sample response
#
Update a teamPOST /teams.update
All fields except for the id
are optional and will be applied on top of the
existing record.
Sample request
Sample response
#
Delete a teamPOST /teams.delete
Sample request
Empty response (204)