Sign in

List webhooks

documented

Get a list of your Webhooks.

GET /v1/webhooks.jsonWebhook Notificationsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.storenvy.com/v1/webhooks.json?page={{$page}}&limit={{$limit}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "API-KEY: {{STORENVY_API_KEY}}"