Skip to main content
POST
/
webhooks
/
events
/
{id}
/
resend
Re-attempt delivery of a stored webhook event
curl --request POST \
  --url https://v1.orchestrator.rhinestone.dev/deposit-processor/webhooks/events/{id}/resend \
  --header 'x-api-key: <x-api-key>'
{
  "message": "<string>",
  "eventId": "<string>",
  "status": "pending",
  "attempts": 123
}

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

x-api-key
string
required

API key for authentication

Example:

"your-api-key"

x-api-version
string

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"

Path Parameters

id
string
required
Pattern: ^\d+$

Response

Resend attempted

message
string
required
eventId
string
required
status
enum<string>
required
Available options:
pending,
delivered,
failed
attempts
number
required