For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
StatusDashboard
  • Getting Started
    • Introduction
    • Authentication
    • Rate Limits
    • Error Handling
  • Guides
    • Cash-In (Receiving Payments)
    • Cash-Out (Sending Payments)
    • PIX Keys Management
    • Webhooks Integration
    • MED (Special Returns)
  • API Reference
      • GETList Webhooks
      • POSTCreate Webhook
      • GETGet Webhook by ID
      • PUTUpdate Webhook
      • DELDelete Webhook
      • GETList Deliveries
      • GETGet Delivery by ID
      • POSTResend Delivery
LogoLogo
StatusDashboard
API ReferenceWebhooks

Resend Delivery

POST
https://api.brzip.com.br/api/v1/webhooks/deliveries/:delivery_id/resend
POST
/api/v1/webhooks/deliveries/:delivery_id/resend
$curl -X POST https://api.brzip.com.br/api/v1/webhooks/deliveries/delivery_id/resend
1{}
Manually resends a failed or undelivered webhook delivery. Useful when: - Your URL was down and is now back online - You missed a notification and need to reprocess - You want to test integration with real data The delivery will be re-queued and delivered on the next worker execution.
Was this page helpful?
Previous

Transfer

Next
Built with

Manually resends a failed or undelivered webhook delivery.

Useful when:

  • Your URL was down and is now back online
  • You missed a notification and need to reprocess
  • You want to test integration with real data

The delivery will be re-queued and delivered on the next worker execution.

Path parameters

delivery_idstringRequired
Delivery ID

Response

Delivery re-queued successfully

Errors

404
Not Found Error