{ "opencollection": "1.0.0", "info": { "name": "Amigo Account Intake Upload API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Intake Upload", "type": "folder" }, "items": [ { "info": { "name": "Get Link Info", "type": "http" }, "http": { "method": "GET", "url": "https://api.amigo.ai/upload/:link_token/info", "params": [ { "name": "link_token", "value": "", "type": "path" } ] }, "docs": "Get Link Info" }, { "info": { "name": "Receive Upload", "type": "http" }, "http": { "method": "POST", "url": "https://api.amigo.ai/upload/:link_token/files", "headers": [ { "name": "x-amigo-intake-filename", "value": "" }, { "name": "x-amigo-intake-content-type", "value": "" } ], "params": [ { "name": "link_token", "value": "", "type": "path" } ] }, "docs": "Receive Upload" } ] } ], "bundled": true }