{ "opencollection": "1.0.0", "info": { "name": "Remote Benefits Benefit Offers Contractor Invoices API", "version": "2026-05-22" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Contractor Invoices", "type": "folder" }, "items": [ { "info": { "name": "List Contractor Invoices", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.remote.com/v1/contractor_invoices", "params": [ { "name": "employment_id", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ] }, "docs": "List Contractor Invoices" }, { "info": { "name": "Show A Contractor Invoice", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.remote.com/v1/contractor_invoices/:contractor_invoice_id", "params": [ { "name": "contractor_invoice_id", "value": "", "type": "path" } ] }, "docs": "Show A Contractor Invoice" } ] } ], "bundled": true }