{ "opencollection": "1.0.0", "info": { "name": "Fivetran REST Connections Destinations API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Destinations", "type": "folder" }, "items": [ { "info": { "name": "Create a destination", "type": "http" }, "http": { "method": "POST", "url": "https://api.fivetran.com/v1/destinations", "body": { "type": "json", "data": "{}" } }, "docs": "Create a destination" }, { "info": { "name": "Retrieve a destination", "type": "http" }, "http": { "method": "GET", "url": "https://api.fivetran.com/v1/destinations/:destinationId", "params": [ { "name": "destinationId", "value": "", "type": "path" } ] }, "docs": "Retrieve a destination" }, { "info": { "name": "Modify a destination", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.fivetran.com/v1/destinations/:destinationId", "params": [ { "name": "destinationId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modify a destination" }, { "info": { "name": "Delete a destination", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fivetran.com/v1/destinations/:destinationId", "params": [ { "name": "destinationId", "value": "", "type": "path" } ] }, "docs": "Delete a destination" } ] } ], "bundled": true }