{ "opencollection": "1.0.0", "info": { "name": "Atomic Access Tokens Linked Accounts API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Linked Accounts", "type": "folder" }, "items": [ { "info": { "name": "Start a task workflow from a linked account", "type": "http" }, "http": { "method": "POST", "url": "https://api.atomicfi.com/task-workflow/from-linked-account", "body": { "type": "json", "data": "{}" } }, "docs": "Runs deposit, verify, or tax tasks against an already-connected linked account without re-authenticating the user." }, { "info": { "name": "List linked accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.atomicfi.com/linked-account/list/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path", "description": "Your unique identifier for the end user." } ] }, "docs": "List linked accounts" } ] } ], "bundled": true }