MCP tools

list_webhooksread only

List webhooks

Returns the webhook endpoints registered for a profile.

Category
Webhooks
Calls
GET/v1/webhooks
Safe to auto-approve
Yes. It only reads data.

Parameters

profileIdstringoptional

Profile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.

Example

A tool call as an MCP client would send it.

{
  "name": "list_webhooks",
  "arguments": {}
}