{ "opencollection": "1.0.0", "info": { "name": "Attio REST Attributes Call Recordings API", "version": "2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Call Recordings", "type": "folder" }, "items": [ { "info": { "name": "List call recordings", "type": "http" }, "http": { "method": "GET", "url": "https://api.attio.com/v2/meetings/:meeting_id/call-recordings", "params": [ { "name": "meeting_id", "value": "", "type": "path" } ] }, "docs": "List call recordings" } ] } ], "bundled": true }