Runnable demo for @formsreach/node — list forms and submissions with a developer API key.
- Node.js ≥ 20
- A FormsReach developer API key with scopes
forms:readandsubmissions:read(not the public formfr_…key)
From the monorepo root:
pnpm install
pnpm --filter @formsreach/node buildcd examples/node
FORMSREACH_API_KEY=your_developer_key pnpm startOptional: target a specific form
FORMSREACH_API_KEY=… FORM_ID=your-form-uuid pnpm start- Count and names of your forms
- Detail for the selected form (or first form)
- Up to 10 submissions plus
nextCursorwhen present - CSV export character length
- Package docs:
@formsreach/node - Root overview: README