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