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

Update Webhook

PUT
https://api.brzip.com.br/api/v1/webhooks/:webhook_id
PUT
/api/v1/webhooks/:webhook_id
$curl -X PUT https://api.brzip.com.br/api/v1/webhooks/webhook_id \
> -H "Content-Type: application/json" \
> -d '{}'
1{}

Updates an existing webhook. All fields are optional — send only what you want to change.

Was this page helpful?
Previous

Delete Webhook

Next
Built with

Path parameters

webhook_idstringRequired
Webhook ID

Request

This endpoint expects an object.
urlstringOptionalformat: "uri"
New destination URL
eventslist of stringsOptional

New event list (use ["*"] for all)

statusenumOptional
Webhook status
Allowed values:

Response

Webhook updated successfully

Errors

404
Not Found Error