{ "opencollection": "1.0.0", "info": { "name": "Mixedbread admin billing API", "version": "0.1.0" }, "items": [ { "info": { "name": "billing", "type": "folder" }, "items": [ { "info": { "name": "Get billing summary", "type": "http" }, "http": { "method": "GET", "url": "https://api.mixedbread.com/v1/billing/summary", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get billing summary" }, { "info": { "name": "List store cost information", "type": "http" }, "http": { "method": "GET", "url": "https://api.mixedbread.com/v1/billing/stores", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List store cost information" }, { "info": { "name": "Get store cost histogram", "type": "http" }, "http": { "method": "GET", "url": "https://api.mixedbread.com/v1/billing/stores/:store_id/costs/histogram", "params": [ { "name": "store_id", "value": "", "type": "path", "description": "The ID of the store" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get store cost histogram" }, { "info": { "name": "Get parsing cost histogram", "type": "http" }, "http": { "method": "GET", "url": "https://api.mixedbread.com/v1/billing/parsing/costs/histogram", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get parsing cost histogram" } ] } ], "bundled": true }