Overview Dashboard
Monitor incoming webhooks, mappings, and server polling status
Engine Active
Total Webhooks
0
Pending for Polling
0
Fetched Webhooks
0
Active Mapping Rules
0
Private Server Polling Integration
Polling Interval: Every 5 SecondsConfigure your private server cron/loop script to call these endpoints using your secure API key.
1. Fetch Pending Webhooks (GET)
curl -X GET "https://api.utilitypay.xyz/api/v1/webhooks/poll?limit=50" \ -H "X-API-Key: YOUR_API_KEY"
2. Acknowledge Processed Webhooks (POST)
curl -X POST "https://api.utilitypay.xyz/api/v1/webhooks/ack" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"log_ids": ["wh_log_a1b2c3...", "wh_log_d4e5f6..."]}'
Recent Webhook Ingestions
| Log ID (Unique) | Endpoint Slug | Method | Status | Received At | Action |
|---|---|---|---|---|---|
| Loading recent activity... | |||||
Endpoint Variable Mappings
Configure custom rules to extract third-party webhook JSON fields and map them to standardized target keys.
| Endpoint Slug | Rule Name | Sample JSON Configured | Mapped Fields Count | Status | Actions |
|---|---|---|---|---|---|
| Loading mapping rules... | |||||
All Webhook Logs
| Unique Log ID | Endpoint | Method | Client IP | Status | Timestamp | Inspect |
|---|---|---|---|---|---|---|
| Loading logs... | ||||||
Private Server Security API Keys
These secret API keys authenticate your private server when polling https://api.utilitypay.xyz/api/v1/webhooks/poll.
| Key ID | Key Name | Key Prefix | Created At | Last Used | Action |
|---|---|---|---|---|---|
| Loading API keys... | |||||
Webhook Simulator & Mapping Tester
Endpoint Slug:
Incoming Webhook Payload (JSON):
Instant Simulation Output Result:
// Mapped response will appear here...