{ "opencollection": "1.0.0", "info": { "name": "Usage API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Credit Usage", "type": "folder" }, "items": [ { "info": { "name": "Fetch Credit Usage details", "type": "http" }, "http": { "method": "GET", "url": "https://uapi.demandbase.com/reporting/v1/usage", "params": [ { "name": "apiProduct", "value": "", "type": "query", "description": "API product name (e.g., b2bApi)" } ] }, "docs": " Returns a summary of credit usage and entitlements for the specified API category." } ] } ], "bundled": true }