Sign in

List form webhooks

documented

List webhooks configured for a form.

GET /form/{form_id}/webhooksFormsno 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.jotform.com/v1/form/{{$form_id}}/webhooks" \
  -X GET \
  -H "Accept: application/json" \
  -H "APIKEY: {{JOTFORM_API_KEY}}"
List form webhooks · jotform · OpenIntegrations