Skip to main content
POST
/
api
/
v1
/
webhooks
/
{id}
/
deliveries
/
{deliveryId}
/
retry
Replay a webhook delivery
curl --request POST \
  --url https://app.sajn.se/api/v1/webhooks/{id}/deliveries/{deliveryId}/retry \
  --header 'authorization: <authorization>'
{
  "queuedReplayOf": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.sajn.se/llms.txt

Use this file to discover all available pages before exploring further.

Headers

authorization
string
required

Bearer token for API authentication

Path Parameters

id
string
required
deliveryId
string
required

Response

200

ok
enum<boolean>
required
Available options:
true
queuedReplayOf
string
required