{ "opencollection": "1.0.0", "info": { "name": "Plaid link delivery/", "version": "2020-09-14_1.517.0" }, "items": [ { "info": { "name": "Plaid", "type": "folder" }, "items": [ { "info": { "name": "Plaid Create Hosted Link session", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/link_delivery/create", "body": { "type": "json", "data": "{}" } }, "docs": "Use the `/link_delivery/create` endpoint to create a Hosted Link session." }, { "info": { "name": "Plaid Get Hosted Link session", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/link_delivery/get", "body": { "type": "json", "data": "{}" } }, "docs": "Use the `/link_delivery/get` endpoint to get the status of a Hosted Link session." } ] } ], "bundled": true }