Webhook Endpoints

Prev Next

There are some specific API endpoints created to help you manage your Webhooks remotely.

End point Method Description
/webhooks/list/{fromthisid} GET Get a list of webhooks available
/webhooks/events GET Get the list of available events
/webhooks/{id} GET Get the details of a specific webhook
/webhooks POST Add a new webhook
/webhooks/{id} PATCH Update a webhook
/webhooks/{id} DELETE Delete a webhook
/webhooks/{id}/logs GET Get recent logs for a specific webhook