Follow the question structure recommended by Dev Bot before submitting your integration questions.
https://meusistema.com/webhooks/new-contract.| Method | Endpoint | Description |
|---|---|---|
POST | /api/v1/webhook | Adds a new webhook, registering the URL that will receive events from the system. |
GET | /api/v2/webhook | Lists all registered webhooks, allowing you to track which URLs are active and which events they receive. |
DELETE | /api/v1/webhook | Removes a specific webhook by its ID, stopping the sending of events to that URL. |