Send a test webhook to the configured URL
Webhooks
Send a test webhook to the configured URL
Sends a single webhook with fixture data to the client’s configured URL. Uses the client’s real webhook secret so signature verification works as in production. Envelope and persisted payload both carry "test": true so the receiver can filter and the dashboard can mark it.
POST
Send a test webhook to the configured URL
Documentation Index
Fetch the complete documentation index at: https://docs.rhinestone.dev/llms.txt
Use this file to discover all available pages before exploring further.
Headers
API key for authentication
Example:
"your-api-key"
API version identifier (e.g. "2026-04.amazon"). Optional today, will become required in a future release.
Pattern:
^\d{4}-\d{2}\.[a-z0-9]+$Example:
"2026-04.amazon"
Body
application/json
Which webhook type to simulate
Available options:
deposit-received, bridge-started, bridge-delayed, bridge-complete, bridge-failed, post-bridge-swap-complete, post-bridge-swap-failed, deposit-refunded, error Example:
"bridge-started"