List form webhooks
documentedList webhooks configured for a form.
GET /form/{form_id}/webhooksFormsno implementation yet0 runsNo 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.jotform.com/v1/form/{{$form_id}}/webhooks" \
-X GET \
-H "Accept: application/json" \
-H "APIKEY: {{JOTFORM_API_KEY}}"