Sign in

List forms

documented

Return a list of forms with basic details.

GET /gf/v2/formsFormsno 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://{{$site_url}}/wp-json/gf/v2/forms?include={{$include}}&page={{$page}}&limit={{$limit}}" \
  -X GET \
  -u "{{GRAVITYFORMS_API_KEY}}:{{GRAVITYFORMS_SECRET}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List forms · gravityforms · OpenIntegrations