{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes Integrations API", "version": "0.1" }, "items": [ { "info": { "name": "Integrations", "type": "folder" }, "items": [ { "info": { "name": "getZoomIntegration", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/integrations/zoom", "params": [ { "name": "user", "value": "", "type": "query" } ] } }, { "info": { "name": "createRecurringZoomMeeting", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/integrations/zoom", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteZoomToken", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/integrations/zoom", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "backfill", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/integrations/zoom/meeting-assets/backfill", "params": [ { "name": "from", "value": "", "type": "query" }, { "name": "to", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "fetch", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/integrations/zoom/meeting-assets/fetch/:meetingId", "params": [ { "name": "meetingId", "value": "", "type": "path" } ] } }, { "info": { "name": "lookupZoomMeetingAssets", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/integrations/zoom/meeting-assets/lookup", "params": [ { "name": "meetingUuids", "value": "", "type": "query" } ] } }, { "info": { "name": "get_2", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/integrations/zoom/meeting-assets/:meetingUuid", "params": [ { "name": "meetingUuid", "value": "", "type": "path" } ] } }, { "info": { "name": "deleteZoomUser", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/integrations/zoom/user", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }