{ "opencollection": "1.0.0", "info": { "name": "Albato Automations Teams API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "List teams", "type": "http" }, "http": { "method": "GET", "url": "https://albato.com/api/v1/teams", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Returns all embedded teams (customer accounts)." }, { "info": { "name": "Create a team", "type": "http" }, "http": { "method": "POST", "url": "https://albato.com/api/v1/teams", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new embedded team for a customer account." }, { "info": { "name": "Get a team", "type": "http" }, "http": { "method": "GET", "url": "https://albato.com/api/v1/teams/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Team ID" } ] }, "docs": "Returns details for a specific team." }, { "info": { "name": "Update a team", "type": "http" }, "http": { "method": "PUT", "url": "https://albato.com/api/v1/teams/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing team." }, { "info": { "name": "Delete a team", "type": "http" }, "http": { "method": "DELETE", "url": "https://albato.com/api/v1/teams/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Deletes a team and all associated resources." } ] } ], "bundled": true }