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