{ "opencollection": "1.0.0", "info": { "name": "Argyle Accounts Sessions API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Sessions", "type": "folder" }, "items": [ { "info": { "name": "Create a session", "type": "http" }, "http": { "method": "POST", "url": "https://api.argyle.com/v2/sessions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a connection session and return a `link` URL that launches the frontend experience.\n\nSession links expire after one hour. A new session link can be created at any time by creating another session for the active verification.\n\nThis endpoint is for payroll and banking verifications only." } ] } ], "bundled": true }