---
title: "Webhook Endpoints"
slug: "webhook-endpoints"
updated: 2026-07-31T01:18:03Z
published: 2026-07-31T01:18:03Z
canonical: "help.infoodle.com/webhook-endpoints"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.infoodle.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhook Endpoints

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 |
