{ "opencollection": "1.0.0", "info": { "name": "Tray.ai Embedded Authentication Workflows API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Workflows", "type": "folder" }, "items": [ { "info": { "name": "Tray.ai Export Workflows", "type": "http" }, "http": { "method": "POST", "url": "https://tray.io/graphql#exportWorkflows", "body": { "type": "json", "data": "{}" } }, "docs": "Exports workflows from your embedded account. Useful for promoting workflows from staging to production environments. Requires a master token." }, { "info": { "name": "Tray.ai Import Workflows", "type": "http" }, "http": { "method": "POST", "url": "https://tray.io/graphql#importWorkflows", "body": { "type": "json", "data": "{}" } }, "docs": "Imports workflows into your embedded account from exported data. Useful for promoting workflows from staging to production environments. Requires a master token." } ] } ], "bundled": true }