{ "opencollection": "1.0.0", "info": { "name": "OpenMeter Billing Customers API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "List customers", "type": "http" }, "http": { "method": "GET", "url": "https://openmeter.cloud/api/v1/customers" }, "docs": "List customers" }, { "info": { "name": "Create customer", "type": "http" }, "http": { "method": "POST", "url": "https://openmeter.cloud/api/v1/customers", "body": { "type": "json", "data": "{}" } }, "docs": "Create customer" } ] } ], "bundled": true }