{ "opencollection": "1.0.0", "info": { "name": "Remote Benefits Benefit Offers Employment Contracts API", "version": "2026-05-22" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Employment Contracts", "type": "folder" }, "items": [ { "info": { "name": "List Employment Contracts", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.remote.com/v1/employments/:employment_id/contracts", "params": [ { "name": "employment_id", "value": "", "type": "path" } ] }, "docs": "List Employment Contracts" }, { "info": { "name": "Get Pending Contract Changes", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.remote.com/v1/employments/:employment_id/contracts/pending_changes", "params": [ { "name": "employment_id", "value": "", "type": "path" } ] }, "docs": "Get Pending Contract Changes" } ] } ], "bundled": true }