{ "opencollection": "1.0.0", "info": { "name": "Remote Benefits Benefit Offers COR Termination API", "version": "2026-05-22" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "COR Termination", "type": "folder" }, "items": [ { "info": { "name": "Show COR Termination Request", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.remote.com/v1/contractors/:employment_id/cor_termination", "params": [ { "name": "employment_id", "value": "", "type": "path" } ] }, "docs": "Show COR Termination Request" }, { "info": { "name": "Create COR Termination Request", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.remote.com/v1/contractors/:employment_id/cor_termination", "params": [ { "name": "employment_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create COR Termination Request" }, { "info": { "name": "Terminate A Contractor Of Record Employment", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.remote.com/v1/contractors/:employment_id/terminate", "params": [ { "name": "employment_id", "value": "", "type": "path" } ] }, "docs": "Terminate A Contractor Of Record Employment" } ] } ], "bundled": true }