List fields in form
documentedGet an array of fields from a form.
GET /wp-json/frm/v2/forms/{form_id}/fieldsFormsno 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://{{$site_url}}/wp-json/frm/v2/forms/{{$form_id}}/fields" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Basic {{FORMIDABLEFORMS_API_KEY}}" \
# Note: Formidable Forms REST API endpoints live on the WP REST API path of your site (site_url), not a central formidableforms.com URL.