API Usage Tracking
Every API call is logged. From your API Keys dashboard, you can see at a glance how your integrations are performing.
What's Tracked
- Total requests — lifetime call count per key
- Daily usage — calls per day for the past 30 days
- Hourly usage — breakdown by hour for granular monitoring
- Last used — timestamp of the most recent call
Why It Matters
Usage tracking helps you:
- Debug integrations — sudden spikes or drops show you when something changed in your code
- Capacity planning — understand how many credits your signup flow uses per day
- Security — an unexpected spike may indicate a key was leaked or abused
- Billing awareness — know exactly how many credits your API is consuming
Multiple Keys, Multiple Environments
Best practice is to create one key per environment:
production-signup— your live appstaging-test— your staging environment
This way you can track usage separately and revoke a compromised key without disrupting production.
Stay in control of your integration at all times.