{ "opencollection": "1.0.0", "info": { "name": "Gong Auditing Audit Logs Digital Interactions API", "version": "2.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Digital Interactions", "type": "folder" }, "items": [ { "info": { "name": "Gong Post digital interaction", "type": "http" }, "http": { "method": "POST", "url": "https://api.gong.io/v2/digital-interactions", "body": { "type": "json", "data": "{}" } }, "docs": "Posts a digital interaction event to Gong, recording structured data about digital communications such as emails, chat messages, or other text-based interactions with customers." } ] } ], "bundled": true }