cURL
curl --request POST \ --url https://api.engagefabric.com/admin/rate-limits/projects/{projectId}/reset \ --header 'Content-Type: application/json' \ --data ' { "scope": "all", "reason": "<string>" } '
Clears current rate limit counters for the specified scope
Project ID
Scope to reset
all
api
events
ip
Reason for reset
Rate limits reset successfully