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

List Deliveries

GET
https://api.brzip.com.br/api/v1/webhooks/deliveries
GET
/api/v1/webhooks/deliveries
$curl -G https://api.brzip.com.br/api/v1/webhooks/deliveries \
> -d page=1 \
> -d limit=20 \
> -d offset=0
200Retrieved
1{}
Lists webhook deliveries for the client. Each delivery shows the event, status, payload sent, response received, attempt count, and timestamps.
Was this page helpful?
Previous

Get Delivery by ID

Next
Built with

Query parameters

webhook_idstringOptional

Filter by webhook ID (UUID)

transaction_idstringOptional

Filter by transaction ID (UUID)

event_typestringOptional

Filter by event type (e.g. pix.cash_in.confirmed)

statusenumOptional
Filter by delivery status
Allowed values:
start_datedateOptional

Filter by start date (YYYY-MM-DD)

end_datedateOptional

Filter by end date (YYYY-MM-DD)

pageintegerOptionalDefaults to 1

Page number (1-based, default 1)

limitintegerOptional<=100Defaults to 50

Items per page (max 100, default 50)

offsetintegerOptional

Alternative to page-based pagination (0-based)

Response

List of deliveries