Sign in

Get feeds for form

documented

List feeds for a specific form.

GET /gf/v2/forms/{FORM_ID}/feedsFeedsno 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://{{$domain}}/wp-json/gf/v2/forms/{{$FORM_ID}}/feeds" \
  -u "{{GRAVITYFORMS_API_KEY}}:{{GRAVITYFORMS_SECRET}}" \
  -H "Accept: application/json"
Get feeds for form · gravityforms · OpenIntegrations