{ "opencollection": "1.0.0", "info": { "name": "Accounts Benefits Snapshots API", "version": "0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Snapshots", "type": "folder" }, "items": [ { "info": { "name": "Create a Snapshot", "type": "http" }, "http": { "method": "POST", "url": "https://integrate.nayya.com/accounts/employers/:employerId/employees/:employeeId/snapshot", "headers": [ { "name": "X-API-Version", "value": "" } ], "params": [ { "name": "employerId", "value": "", "type": "path", "description": "The unique ID from Nayya or your unique ID prefixed with the `external:` indicator that represents an employer (e.g. `external:3438yht-hg8ht39-h23uh9th-uewht0o`)." }, { "name": "employeeId", "value": "", "type": "path", "description": "The unique ID from Nayya or your unique ID prefixed with the `external:` indicator that represents an employee (e.g. `external:3438yht-hg8ht39-h23uh9th-uewht0o`)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a Snapshot" } ] } ], "bundled": true }