{ "opencollection": "1.0.0", "info": { "name": "Knit Unified Departments Syncs API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Syncs", "type": "folder" }, "items": [ { "info": { "name": "List Syncs", "type": "http" }, "http": { "method": "GET", "url": "https://api.getknit.dev/v1/syncs" }, "docs": "Returns a list of sync operations and their statuses." }, { "info": { "name": "Trigger Sync", "type": "http" }, "http": { "method": "POST", "url": "https://api.getknit.dev/v1/syncs", "body": { "type": "json", "data": "{}" } }, "docs": "Triggers a new data sync for a connected integration." } ] } ], "bundled": true }