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