{ "opencollection": "1.0.0", "info": { "name": "Remote Benefits Benefit Offers Employments API", "version": "2026-05-22" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Employments", "type": "folder" }, "items": [ { "info": { "name": "List Employments", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.remote.com/v1/employments", "params": [ { "name": "company_id", "value": "", "type": "query" }, { "name": "email", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "employment_type", "value": "", "type": "query" }, { "name": "employment_model", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" } ] }, "docs": "List all non-deleted employments for the company, with filtering." }, { "info": { "name": "Create An Employment", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.remote.com/v1/employments", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new employment. Required fields depend on the employment\nmodel (EOR vs. Global Payroll vs. PEO) and the country. Use\n`/forms/employment` to fetch the per-country JSON Schema form.\n" }, { "info": { "name": "Show An Employment", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.remote.com/v1/employments/:employment_id", "params": [ { "name": "employment_id", "value": "", "type": "path" } ] }, "docs": "Show An Employment" }, { "info": { "name": "Update An Employment", "type": "http" }, "http": { "method": "PATCH", "url": "https://gateway.remote.com/v1/employments/:employment_id", "params": [ { "name": "employment_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update An Employment" }, { "info": { "name": "Invite An Employment To Self-Serve Onboarding", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.remote.com/v1/employments/:employment_id/invite", "params": [ { "name": "employment_id", "value": "", "type": "path" } ] }, "docs": "Invite An Employment To Self-Serve Onboarding" }, { "info": { "name": "Show Administrative Details", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.remote.com/v1/employments/:employment_id/administrative_details", "params": [ { "name": "employment_id", "value": "", "type": "path" } ] }, "docs": "Show Administrative Details" }, { "info": { "name": "Update Administrative Details", "type": "http" }, "http": { "method": "PUT", "url": "https://gateway.remote.com/v1/employments/:employment_id/administrative_details", "params": [ { "name": "employment_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Administrative Details" } ] } ], "bundled": true }