Skip to main content
POST
/
sender
/
webhooks
/
{id}
/
retry
Retry a webhook delivery
curl --request POST \
  --url https://api.paycrest.io/v2/sender/webhooks/{id}/retry \
  --header 'API-Key: <api-key>'
{
  "status": "<string>",
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "httpStatusCode": 200,
    "durationMs": 123,
    "errorMessage": "<string>"
  }
}

Authorizations

API-Key
string
header
required

Path Parameters

id
string<uuid>
required

Query Parameters

sync
boolean
default:false

When true, replay immediately and return the HTTP result inline.

Response

Synchronous retry result

status
string
data
object

Result of a synchronous retry (?sync=true). Reports the HTTP outcome of replaying the original payload inline.