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

Path Parameters

id
integer
required
The ID of the authorization history.

Response

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