{"api":"v1","generated_at":"2026-09-15T22:53:15.132Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/action402-vercel-app-api-execute-webhook-51fdbe","pinned_page":"https://tollindex.com/e/action402-vercel-app-api-execute-webhook-51fdbe/at/2026-09-15T21-20Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T21:20:12.737Z","snapshot_stamp":"2026-09-15T21-20Z","endpoint":{"slug":"action402-vercel-app-api-execute-webhook-51fdbe","canonical_url":"https://action402.vercel.app/api/execute/webhook","resource":"https://action402.vercel.app/api/execute/webhook","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Paid webhook/API execution for autonomous agents. Executes one public HTTPS action after x402 payment, applies retries and idempotency, then returns a signed receipt with request hash, response hash, target, status, and attempt count.","service_name":null,"declared_category":null,"declared_tags":[],"route_template":null,"registry_updated":"2026-09-14T21:35:06.298Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"execute webhook","category":"compute","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T21:20:12.737Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.003 USDC","amount_units":0.003,"decimals_known":true,"pay_to":"0x75113dcF8Ce34f0338440D40270e420f8C1762b8","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":47,"unique_payers_30d":17,"last_called_at":"2026-09-14T21:35:06.095Z"},"validation":{"latest":{"observed_at":"2026-09-15T04:44:44.724Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":5,"ratio":1},{"days":30,"observed":5,"passed":5,"ratio":1},{"days":90,"observed":5,"passed":5,"ratio":1}],"history_90d":[{"observed_at":"2026-09-15T04:44:44.724Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T04:40:12.402Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T04:38:15.920Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T06:54:55.278Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T10:30:01.532Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x75113dcF8Ce34f0338440D40270e420f8C1762b8","page":"https://tollindex.com/seller/0x75113dcF8Ce34f0338440D40270e420f8C1762b8","endpoints":1,"hosts":1},"reports":0,"registry_record":{"cdp":[{"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x75113dcF8Ce34f0338440D40270e420f8C1762b8","amount":"3000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-09-14T21:35:06.095Z","l30DaysTotalCalls":47,"l30DaysUniquePayers":17},"resource":"https://action402.vercel.app/api/execute/webhook","extensions":{"bazaar":{"info":{"input":{"body":{"url":"https://httpbin.org/anything","body":{"event":"agent.test","message":"hello from an x402 buyer"},"retry":{"attempts":2,"backoffMs":300},"method":"POST","headers":{"content-type":"application/json"},"timeoutMs":10000,"idempotencyKey":"agent-test-001"},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"job":{"id":"job_...","status":"succeeded","attempts":1},"mode":"x402","links":{"job":"/api/jobs/job_...","receipt":"/api/receipts/rcpt_..."},"receipt":{"id":"rcpt_...","signature":"hmac-sha256:..."},"idempotentReplay":false}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"Absolute public HTTPS URL to call."},"body":{"description":"JSON body forwarded to the target endpoint."},"retry":{"type":"object","properties":{"attempts":{"type":"integer","default":1,"maximum":3,"minimum":1},"backoffMs":{"type":"integer","default":250,"maximum":5000,"minimum":0}},"additionalProperties":false},"method":{"enum":["POST","PUT","PATCH","DELETE"],"type":"string","default":"POST"},"headers":{"type":"object","additionalProperties":{"type":["string","number","boolean"]}},"timeoutMs":{"type":"integer","default":12000,"maximum":12000,"minimum":1000},"idempotencyKey":{"type":"string","maxLength":160,"minLength":1}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["mode","idempotentReplay","job","receipt","links"],"properties":{"job":{"type":"object","required":["id","status","attempts"],"properties":{"id":{"type":"string"},"status":{"enum":["succeeded","failed"],"type":"string"},"attempts":{"type":"integer"}}},"mode":{"enum":["demo","x402"],"type":"string"},"links":{"type":"object","required":["job","receipt"],"properties":{"job":{"type":"string"},"receipt":{"type":"string"}}},"receipt":{"type":"object","properties":{"id":{"type":"string"},"replay":{"type":"boolean"},"signature":{"type":"string"}}},"idempotentReplay":{"type":"boolean"}}}}}}}}},"description":"Paid webhook/API execution for autonomous agents. Executes one public HTTPS action after x402 payment, applies retries and idempotency, then returns a signed receipt with request hash, response hash, target, status, and attempt count.","lastUpdated":"2026-09-14T21:35:06.298Z","x402Version":2}]}}