{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes todoist API", "version": "0.1" }, "items": [ { "info": { "name": "todoist", "type": "folder" }, "items": [ { "info": { "name": "integrations_6", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/todoist/integrations" } }, { "info": { "name": "integrationsDetails", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/todoist/integrations/details" } }, { "info": { "name": "patchIntegrationSettings", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/todoist/integrations/settings/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "patchIntegration_4", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/todoist/integrations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteIntegration_4", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/todoist/integrations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Initiate a Todoist sync job.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/todoist/sync" }, "docs": "Initiate a Todoist sync job. Used by support (hence the private tag) for customers when debugging issues." }, { "info": { "name": "taskDetails_4", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/web/todoist/task/:itemId", "params": [ { "name": "itemId", "value": "", "type": "path" } ] } } ] } ], "bundled": true }