{ "opencollection": "1.0.0", "info": { "name": "Remote Benefits Benefit Offers Contractor Subscriptions API", "version": "2026-05-22" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Contractor Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "List Contractor Subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.remote.com/v1/contractors/subscriptions", "params": [ { "name": "employment_id", "value": "", "type": "query" }, { "name": "plan", "value": "", "type": "query" } ] }, "docs": "List Contractor Subscriptions" }, { "info": { "name": "Manage Contractor Plus Subscription", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.remote.com/v1/contractors/:employment_id/subscriptions/plus", "params": [ { "name": "employment_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Subscribe, change, or cancel the Plus indemnity plan for a contractor." }, { "info": { "name": "Manage Contractor Of Record Subscription", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.remote.com/v1/contractors/:employment_id/subscriptions/cor", "params": [ { "name": "employment_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Subscribe, change, or cancel the Contractor-of-Record subscription." }, { "info": { "name": "Delete Contractor Of Record Subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://gateway.remote.com/v1/contractors/:employment_id/subscriptions/cor", "params": [ { "name": "employment_id", "value": "", "type": "path" } ] }, "docs": "Delete Contractor Of Record Subscription" } ] } ], "bundled": true }