Webhooks
Operations related to webhooks
📄️ Create a webhook
Create a webhook associated with a project to receive notifications.
📄️ Update a webhook
Update a webhook's details such as its URL or event type.
📄️ Get a webhook by ID
Retrieve details of a specific webhook by its ID.
📄️ Delete a webhook
Remove a webhook by its ID.
📄️ Get webhooks for a project
Retrieve all webhooks associated with a given project ID.
📄️ Add addresses to a webhook
Associate new addresses with an existing webhook to listen for their events.
📄️ Delete addresses from a webhook
Remove addresses from a webhook's listening scope.
📄️ Get addresses for a webhook
Retrieve all addresses associated with a specific webhook.