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/disable endpoint.
  • Once the webhook is enabled, it will start sending notifications to the specified URL for events listed in its enabled_events array.
  • Ensure you provide the correct webhook id in the endpoint path. Providing an invalid or nonexistent id will result in an error.
Language
Click Try It! to start a request and see the response here!