{ "opencollection": "1.0.0", "info": { "name": "Viam Billing Arm Invoices API", "version": "2026.05" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "header" } }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "Viam Get Invoices Summary", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.BillingService/GetInvoicesSummary", "body": { "type": "json", "data": "{}" } }, "docs": "Summarize invoices for an organization." }, { "info": { "name": "Viam Get Invoice Pdf", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.BillingService/GetInvoicePdf", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve an invoice PDF by id." }, { "info": { "name": "Viam Send Payment Required Email", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.BillingService/SendPaymentRequiredEmail", "body": { "type": "json", "data": "{}" } }, "docs": "Send a payment-required notification email to an organization owner." } ] } ], "bundled": true }