Recurring webhook: fire your URL on a cron schedule (repeats). Send { token, url...
https://x402-services-production.up.railway.app/api/schedule/cronOverview
Recurring webhook: fire your URL on a cron schedule (repeats). Send { token, url, cron, payload?, method? }.
Protocol
x402
Price
$0.01
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
x402-services-production
Source
bazaar
Indexed
2026-07-14 19:15:35
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"bodyFields": {
"cron": {
"description": "5-field cron expression (UTC)",
"required": true,
"type": "string"
},
"method": {
"description": "POST or GET",
"required": false,
"type": "string"
},
"payload": {
"description": "JSON body to POST",
"required": false,
"type": "object"
},
"token": {
"description": "Your secret token",
"required": true,
"type": "string"
},
"url": {
"description": "Public callback URL",
"required": true,
"type": "string"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}