How do I request usage?
Authenticate the same way as a lookup request.
curl -H "Authorization: Bearer YOUR_API_KEY" https://api.iprout.com/usageWhat does the summary contain?
The response includes month, total_requests, monthly_limit, remaining_requests, and per-key records with requests_this_month, remaining_requests, plan, monthly_limit, and last_used_at.
How can I use this data?
Display capacity, alert on low remaining quota, and identify which named integration is consuming requests.
- Poll at a modest interval
- Do not publish usage data or key identifiers
- Treat last_used_at as nullable for unused keys