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