{ "opencollection": "1.0.0", "info": { "name": "Remote Benefits Benefit Offers Billing Documents API", "version": "2026-05-22" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Billing Documents", "type": "folder" }, "items": [ { "info": { "name": "List Billing Documents", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.remote.com/v1/billing_documents", "params": [ { "name": "status", "value": "", "type": "query" }, { "name": "period", "value": "", "type": "query" } ] }, "docs": "List Billing Documents" }, { "info": { "name": "Show A Billing Document", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.remote.com/v1/billing_documents/:billing_document_id", "params": [ { "name": "billing_document_id", "value": "", "type": "path" } ] }, "docs": "Show A Billing Document" }, { "info": { "name": "Get Billing Document Breakdown", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.remote.com/v1/billing_documents/:billing_document_id/breakdown", "params": [ { "name": "billing_document_id", "value": "", "type": "path" } ] }, "docs": "Get Billing Document Breakdown" }, { "info": { "name": "Download Billing Document PDF", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.remote.com/v1/billing_documents/:billing_document_id/pdf", "params": [ { "name": "billing_document_id", "value": "", "type": "path" } ] }, "docs": "Download Billing Document PDF" } ] } ], "bundled": true }