GET · webhooks:read

List webhooks

List webhook endpoints visible to the authenticated user.

Read only

REST

GET/api/v1/webhooks
curl "https://www.stalkr.ai/api/v1/webhooks" \
  --request GET \
  --header "Authorization: Bearer $STALKR_API_KEY"

MCP

Tool name: list_webhooks

The MCP tool accepts the same input schema and returns the same structured { data, meta } result as REST.

Input

This operation has no input fields.

Authorization

Required scope: webhooks:read.

Scope authorization is followed by resource authorization. Project operations check current membership and the minimum role required by the underlying workflow.

Related resources