{ "opencollection": "1.0.0", "info": { "name": "QGenda REST Company Integration API", "version": "2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Integration", "type": "folder" }, "items": [ { "info": { "name": "File", "type": "http" }, "http": { "method": "POST", "url": "https://api.qgenda.com/v2/v2/Integration/File", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Manage integration configuration.\nIntegration type must use S3. File must be a .csv and file size cannot exceed 10mb." } ] } ], "bundled": true }