{ "opencollection": "1.0.0", "info": { "name": "Tray.ai Embedded Authentication Solutions API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Solutions", "type": "folder" }, "items": [ { "info": { "name": "Tray.ai Get Solutions", "type": "http" }, "http": { "method": "POST", "url": "https://tray.io/graphql#getSolutions", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves a list of published solutions (integrations) available in your embedded application. Solutions represent integrations built on the Tray platform. Supports pagination. Requires a master token or user token." } ] } ], "bundled": true }