{ "opencollection": "1.0.0", "info": { "name": "Lane Plaid API", "version": "1.3.43" }, "items": [ { "info": { "name": "Plaid", "type": "folder" }, "items": [ { "info": { "name": "Create Link Token", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/plaid-link-token/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Creates a link token which is required when initialing Link. Once Link is initialized, it returns a public token." } ] } ], "bundled": true }