MCPBundler Docs
MCPBundler Docs
Back to marketplaceGetting StartedAuthenticationTutorial - Bundle to Connected Agent
API Reference
Agent A2A Tools
Agent Channels
Agent Configuration (Staging)
Agent Configuration (Versions)
Agent Tools
Agents
Auth
Billing
Bundler
Bundler Tool
Bundles
Call Campaigns
Catalog
Conversations
Credentials
Deployments
Discover
Embedding
Fleet
Knowledge Bases
LLM
MCP Listings
Media
OAuth Clients
OAuth2
Observability
Organisations
Realtime
Reviews
Roadmap
SCIM
STT
Suppression
Triggers
TTS
Users
Utils
Voices
Webhooks
Create Webhook EndpointDelete Webhook EndpointList Delivery AttemptsList Webhook EndpointsList Subscribable Event TypesSend Test PingUpdate Webhook Endpoint
Workflows
API ReferenceWebhooks

List Subscribable Event Types

GET
/v1/webhooks/event-types

List every event type an endpoint may subscribe to.

Declared before the parameterized routes so a future GET /webhooks/{endpoint_id} cannot shadow this literal path. Served in EVENT_CATALOG declaration order, which is grouped - the UI renders the groups in the order it receives them. The catalog is identical for every tenant and contains nothing sensitive; it requires authentication only because the whole router does.

Authorization

OAuth2AuthorizationCodeBearer
AuthorizationBearer <token>

In: header

Query Parameters

verify_locally?Verify Locally
Defaulttrue

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/webhooks/event-types"
[  {    "event_type": "string",    "group": "string",    "label": "string",    "description": "string"  }]
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}

List Webhook Endpoints

Previous Page

Send Test Ping

Next Page