cURL
curl --request GET \ --url https://api.engagefabric.com/admin/rate-limits/ip/{ip}
{ "ip": "<string>", "usage": { "current": 123, "limit": 123, "remaining": 123, "window": 123, "resetAt": 123, "usagePercent": 123 }, "isBlocked": true, "blockReason": "<string>", "blockExpiresAt": 123 }
Returns current rate limit usage and block status for an IP
Documentation IndexFetch the complete documentation index at: https://docs.engagefabric.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.engagefabric.com/llms.txt
Use this file to discover all available pages before exploring further.
IP address
IP rate limit status
Rate limit usage
Show child attributes
Is IP blocked
Block reason
Block expires at