Sign in

List forms

documented

Retrieve all form templates available in the account.

GET /api/v2/forms.jsonFormsno 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.fulcrumapp.com/api/v2/forms.json" \
  -X GET \
  -H "Accept: application/json" \
  -H "X-ApiToken: {{FULCRUMAPP_API_KEY}}"
List forms · Fulcrum · OpenIntegrations