Language:

/teams

POST

Create Team

Creates a single team.

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/teams
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 

Request Body

{
  "name": "Example Team Name"
}
GET

Get Team

Gets a single Team by its ZUID

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/teams/{{team_zuid}}
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 
GET

Get All Teams

Gets a all teams associated with the user.

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/teams
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 
PUT

Update Team

Updates a team with the given values.

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/teams/{{team_zuid}}
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 

Request Body

{
    "name": "Example New Team Name"
}
DELETE

Delete Team

Delete a single team.

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/teams/{{team_zuid}}
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 

;