{ "opencollection": "1.0.0", "info": { "name": "Viam Billing Arm Charges API", "version": "2026.05" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "header" } }, "items": [ { "info": { "name": "Charges", "type": "folder" }, "items": [ { "info": { "name": "Viam Charge Organization", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.BillingService/ChargeOrganization", "body": { "type": "json", "data": "{}" } }, "docs": "Charge an end-customer organization for usage outside the standard billing cycle." }, { "info": { "name": "Viam Create Invoice And Charge Immediately", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.BillingService/CreateInvoiceAndChargeImmediately", "body": { "type": "json", "data": "{}" } }, "docs": "Create an invoice and charge the customer immediately." } ] } ], "bundled": true }