{ "opencollection": "1.0.0", "info": { "name": "Zesty Accounts Apps Teams API", "version": "1.0.0" }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "Zesty List all teams", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.api.zesty.io/v1/teams", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns a list of all teams in the account." }, { "info": { "name": "Zesty Create a new team", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.api.zesty.io/v1/teams", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Creates a new team." }, { "info": { "name": "Zesty Get a team", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.api.zesty.io/v1/teams/:teamZUID", "params": [ { "name": "teamZUID", "value": "", "type": "path", "description": "The ZUID of the team." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns details for a specific team by its ZUID." }, { "info": { "name": "Zesty Update a team", "type": "http" }, "http": { "method": "PUT", "url": "https://accounts.api.zesty.io/v1/teams/:teamZUID", "params": [ { "name": "teamZUID", "value": "", "type": "path", "description": "The ZUID of the team." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates the details of a specific team." }, { "info": { "name": "Zesty Delete a team", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.api.zesty.io/v1/teams/:teamZUID", "params": [ { "name": "teamZUID", "value": "", "type": "path", "description": "The ZUID of the team." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Deletes a specific team." } ] } ], "bundled": true }