Skip to main content
POST
/
v1
/
webhooks
/
replay
/
{event_id}
Replay a webhook event
curl --request POST \
  --url https://stablepay-money-api-production.up.railway.app/v1/webhooks/replay/{event_id} \
  --header 'Authorization: Bearer <token>'
{
  "queued": true,
  "webhookOutboundId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Stablepay API key. Include as Authorization: Bearer <key>.

Path Parameters

event_id
string<uuid>
required

ID from the GET /v1/webhooks/events response.

Response

Event re-queued for delivery.

queued
boolean
required
Example:

true

webhookOutboundId
string<uuid>
required