{ "opencollection": "1.0.0", "info": { "name": "Labguru Antibodies Teams API", "version": "v1" }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "Get team by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/teams/:id", "params": [ { "name": "token", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path", "description": "The ID of the team" } ] }, "docs": "Get a team by ID.\n\nThis endpoint retrieves a team along with a list of all its members.\n" }, { "info": { "name": "Delete team", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/teams/:id", "params": [ { "name": "token", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path", "description": "team id" } ] }, "docs": "Delete team" }, { "info": { "name": "List all teams in your account", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/teams", "params": [ { "name": "token", "value": "", "type": "query" } ] }, "docs": "List all teams within the account and their members.\n" } ] } ], "bundled": true }