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