{ "opencollection": "1.0.0", "info": { "name": "Hightouch Management Destinations Syncs API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Syncs", "type": "folder" }, "items": [ { "info": { "name": "List syncs", "type": "http" }, "http": { "method": "GET", "url": "https://api.hightouch.com/api/v1/syncs" }, "docs": "List syncs" }, { "info": { "name": "Create a sync", "type": "http" }, "http": { "method": "POST", "url": "https://api.hightouch.com/api/v1/syncs", "body": { "type": "json", "data": "{}" } }, "docs": "Create a sync" }, { "info": { "name": "Get a sync", "type": "http" }, "http": { "method": "GET", "url": "https://api.hightouch.com/api/v1/syncs/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a sync" }, { "info": { "name": "Trigger a sync run", "type": "http" }, "http": { "method": "POST", "url": "https://api.hightouch.com/api/v1/syncs/:id/trigger", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Trigger a sync run" }, { "info": { "name": "List sync runs", "type": "http" }, "http": { "method": "GET", "url": "https://api.hightouch.com/api/v1/syncs/:id/runs", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List sync runs" } ] } ], "bundled": true }