{ "opencollection": "1.0.0", "info": { "name": "StructDatafy API Keys Usage API", "version": "1.0.0" }, "items": [ { "info": { "name": "Usage", "type": "folder" }, "items": [ { "info": { "name": "Get Usage", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/usage", "params": [ { "name": "period", "value": "", "type": "query", "description": "current_month, last_month, or YYYY-MM" } ] }, "docs": "Get usage statistics for the current API key." } ] } ], "bundled": true }