post
https://api.sandbox.waza.co/payouts/v1/webhooks//enable
The endpoint allows users to re-enable a specific webhook that was previously disabled. Once re-enabled, the webhook will resume sending notifications for any event listed in its enabled_events array.
## Usage Notes
- Enabling a webhook is a reversible action. If you wish to disable the webhook again at a later time, you can use the
/webhooks/:id/disableendpoint.- Once the webhook is enabled, it will start sending notifications to the specified URL for events listed in its
enabled_eventsarray.- Ensure you provide the correct webhook
idin the endpoint path. Providing an invalid or nonexistentidwill result in an error.
