{ "opencollection": "1.0.0", "info": { "name": "Gorgias REST Account Teams API", "version": "2024-01-01" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "List teams", "type": "http" }, "http": { "method": "GET", "url": "https://{account}.gorgias.com/api/teams" }, "docs": "List teams" }, { "info": { "name": "Create team", "type": "http" }, "http": { "method": "POST", "url": "https://{account}.gorgias.com/api/teams", "body": { "type": "json", "data": "{}" } }, "docs": "Create team" } ] } ], "bundled": true }