Sign in

List feeds

documented

List all feeds across forms and addons.

GET /gf/v2/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/feeds?query={{$query}}&page={{$page}}&limit={{$limit}}" \
  -X GET \
  -H "Authorization: Basic {{GRAVITYFORMS_SECRET}}" \
  -H "Accept: application/json"
List feeds · gravityforms · OpenIntegrations