Skip to main content
POST
https://api.sandbox.wepayout.com.br
/
v2
/
automatic-pix
/
webhooks
/
schedule
/
resend
/
{historyId}
Resend Schedule Webhook
curl --request POST \
  --url https://api.sandbox.wepayout.com.br/v2/automatic-pix/webhooks/schedule/resend/{historyId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "webhook resent successfully"
}

Path Parameters

historyId
integer
required
The ID of the schedule history.

Response

message
string
Success message
{
  "message": "webhook resent successfully"
}