Skip to main content
PUT
Update

Update Webhook URL

This endpoint allows updating the webhook URL associated with a specific event.
  • The event parameter must be provided in the path
  • The request body should include the new configuration values for the specified event’s webhook URL

Path Parameters

string
required
The event type for which to update the webhook URLExample: onboarding

Request Body

string
required
Endpoint URL that will receive the webhook notifications for the selected event.URL characters: a-z, A-Z charactersExample: https://my-url.requestcatcher.com/test

Response

string
Type of event that was registered for the webhookAllowed values: onboarding, pix_key_payin
string
Endpoint URL that was registered to receive webhook notificationsExample: https://my-url.com/test

Request Example