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

Get Delivery by ID

GET
https://api.brzip.com.br/api/v1/webhooks/deliveries/:delivery_id
GET
/api/v1/webhooks/deliveries/:delivery_id
$curl https://api.brzip.com.br/api/v1/webhooks/deliveries/delivery_id
1{}
Retrieves details of a specific delivery, including the payload sent, HTTP response status, and number of attempts.
Was this page helpful?
Previous

Resend Delivery

Next
Built with

Path parameters

delivery_idstringRequired
Delivery ID

Response

Delivery details

Errors

404
Not Found Error