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