{ "opencollection": "1.0.0", "info": { "name": "ExchangeRate Enriched Data Quota API", "version": "6.0.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Quota", "type": "folder" }, "items": [ { "info": { "name": "Get Request Quota", "type": "http" }, "http": { "method": "GET", "url": "https://v6.exchangerate-api.com/v6/:api_key/quota", "params": [ { "name": "api_key", "value": "", "type": "path", "description": "Your ExchangeRate-API dashboard API key." } ] }, "docs": "Returns the plan quota, number of requests remaining in the current billing window, and refresh metadata for the API key." } ] } ], "bundled": true }