get_latest_request
Fetch the raw request body from the last request received for a Webhook.site token. Provide the token ID (and optional API key) to access the payload.
Instructions
Get the latest raw request body sent to a Webhook.site token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | Optional Webhook.site API key (or use WEBHOOK_SITE_API_KEY env var) | |
| token_id | No | The Webhook.site token UUID (or use WEBHOOK_SITE_TOKEN_ID env var) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |