|Webhooks
Webhooks
Receive real-time notifications when API usage thresholds are reached
Active Webhooks
0
of 0 total webhooks
Events Subscribed
0
across all webhooks
Last Triggered
Never
most recent webhook delivery
Your Webhooks
Manage webhook endpoints for API usage notifications
No webhooks configured
Create a webhook to receive notifications when API usage thresholds are reached
Webhook Payload Format
Example payload sent to your webhook endpoint
{
"event": "usage.threshold.80",
"timestamp": "2026-01-10T14:30:00.000Z",
"apiKeyId": 123,
"apiKeyName": "Production API",
"data": {
"currentUsage": 800,
"rateLimit": 1000,
"usagePercent": 80,
"threshold": 80
}
}Headers
X-Webhook-EventEvent typeX-Webhook-TimestampISO timestampX-Webhook-SignatureHMAC-SHA256 (if secret configured)