---
title: "List webhook endpoints"
method: GET
path: "/api/v3.1/webhook_endpoints"
tags: ["Webhook Endpoints"]
---

# List webhook endpoints

`GET /api/v3.1/webhook_endpoints`

Lists webhook endpoints for the authenticated project, optionally filtered by toolkit.

## Query parameters

- `toolkit_slug` string — Filter by toolkit slug

## Response `200`

Success

- object
  - `items` object[], required
    - `id` string, required — Webhook endpoint nano ID
    - `toolkit_slug` string, required — Toolkit this endpoint is for
    - `client_id` string, nullable, required — OAuth app client ID

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/composiohq/apis/composio-platform-api-v3-1.md) · [All operations](https://skmtc.net/composiohq/apis/composio-platform-api-v3-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/composiohq/composio-platform-api-v3-1/versions/4239836857f8/schema)
