GET
/
webhooks
/
subscriptions
List Webhook Subscriptions
curl --request GET \
  --url https://jmpy.me/api/v1/webhooks/subscriptions \
  --header 'Authorization: Bearer <token>'
Retrieve a list of all active webhook subscriptions associated with your account.
Plan Restrictions: Webhook access is subject to plan limits. If the user plan does not support webhooks, this endpoint returns a 403 Feature Disabled error.