{ "opencollection": "1.0.0", "info": { "name": "Remote Benefits Benefit Offers Offboarding API", "version": "2026-05-22" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Offboarding", "type": "folder" }, "items": [ { "info": { "name": "Submit An Offboarding", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.remote.com/v1/offboardings", "body": { "type": "json", "data": "{}" } }, "docs": "Submit An Offboarding" }, { "info": { "name": "Show An Offboarding", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.remote.com/v1/offboardings/:offboarding_id", "params": [ { "name": "offboarding_id", "value": "", "type": "path" } ] }, "docs": "Show An Offboarding" } ] } ], "bundled": true }