Webhook Scheduler: schedule a future HTTP callback. At fireAt, we call your url ...
https://x402-services-production.up.railway.app/api/scheduleOverview
Webhook Scheduler: schedule a future HTTP callback. At fireAt, we call your url with the payload. Agents' alarm clock for async work. Send { token, url, fireAt (ISO-8601), 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 15:15:33
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": {
"fireAt": {
"description": "ISO-8601 time to fire (max 30 days out)",
"required": true,
"type": "string"
},
"method": {
"description": "POST (default) or GET",
"required": false,
"type": "string"
},
"payload": {
"description": "JSON body to POST (16KB max)",
"required": false,
"type": "object"
},
"token": {
"description": "Your secret token (gates status reads)",
"required": true,
"type": "string"
},
"url": {
"description": "Public http(s) callback URL",
"required": true,
"type": "string"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}