Device Rescue provides all Admins with visibility into their API usage to help manage integrations effectively and avoid interruptions.
How API Usage Works
-
Each account has a daily API request limit (example: 10,000 requests per day)
-
Usage resets daily at midnight UTC
-
If you set your timezone in your profile, Device Rescue will automatically show your local time for when the usage resets
🕒 Tip: Setting your timezone in your profile ensures you see a reset time that's accurate for your region.
Where to Check API Usage
Admins can check current API usage inside:
-
Account Settings → Webhooks & API → API Tokens section
You’ll see:
-
How many API calls you've used today
-
Your total daily API limit
-
A progress bar tracking your usage
-
The local time when the usage resets (based on your selected timezone)
What Happens if You Hit the Limit?
If your account exhausts its daily API usage:
-
All new API requests will return an error until the usage resets at midnight UTC
-
You can either:
-
Contact Support to upgrade your plan for a higher daily usage limit
-
Wait until midnight UTC for the usage counter to reset automatically
-
Special Note on Test Tokens
-
Test Tokens do NOT count toward daily API usage
-
You can use Test Tokens freely to build, develop, and test without impacting your daily limit
-
However, Test Tokens are still subject to a per-minute rate limit of 60 requests per minute
âš¡ Reminder: Always use Test Tokens for sandbox or development work to avoid accidentally consuming production API quota.
Best Practices
-
Monitor your usage regularly if you have high-volume integrations
-
Use Test Tokens during development to conserve production API calls
-
Plan batch or bulk operations outside peak times to spread usage evenly