Add allowed and remaining quotas in the API calls response header
As an API User,
I want to know what's my remaining quota on contact management API calls,
So that I can plan accordingly on my side and queue my calls if needed to avoid hiting the hourly rate limit.
For example:
X-RateLimit-Limit - Request limit per hour
X-RateLimit-Remaining - The number of requests left for the time window
1
vote
nicolas dupart
shared this idea