Accounts
Guides
API Reference
Language:
Javascript
Creates a single team.
URL Endpoint
https://accounts.api.zesty.io/v1/teams
Authentication Header
Bearer YOUR_APP_SID
Request Body
{ "name": "Example Team Name" }
Gets a single Team by its ZUID
https://accounts.api.zesty.io/v1/teams/{{team_zuid}}
Gets a all teams associated with the user.
Updates a team with the given values.
{ "name": "Example New Team Name" }
Delete a single team.