{ "opencollection": "1.0.0", "info": { "name": "Mosey Accounts Auth API", "version": "1.0.0" }, "items": [ { "info": { "name": "Auth", "type": "folder" }, "items": [ { "info": { "name": "Setup Payroll Connection for Legal Entity", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/auth/payroll", "headers": [ { "name": "authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Setup Payroll Connection for Legal Entity" }, { "info": { "name": "Authenticate Legal Entity", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/auth", "headers": [ { "name": "authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Authenticate Legal Entity" } ] } ], "bundled": true }