Media

About
Webhook Inbox gives your agent a disposable, short-lived URL to receive HTTP callbacks. Spin up an inbox, hand its webhook URL to any service that fires webhooks, then read back exactly what arrived — method, headers, query string, content type, and body. Each inbox lives for 10 minutes and is extendable up to 30 minutes total, then expires automatically. Ideal for testing webhook integrations, capturing one-off OAuth/redirect callbacks, or verifying that an upstream service is delivering payloads correctly.
Overview
What it does
Webhook Inbox provisions throwaway callback URLs and records every request they receive, so an agent can confirm what an upstream service actually sent.
Operations
- Create callback — mint a new inbox and webhook URL, valid for 10 minutes.
- List events — page through the callbacks an inbox has captured (newest first by default).
- Get event — fetch one captured event in full, including the raw body as text and base64.
- Extend — add 10 minutes to an inbox, up to a 30-minute maximum.
- Delete — expire an inbox immediately.
Notes
Inboxes expire automatically; expired inboxes return 410 Gone. Requests are rate limited, returning 429 when exceeded.
Endpoints
https://api.onestop.sh/v1/invoke/side-projects/webhook-inboxLoading endpoints...