There's no public REST API today. This article covers what's planned and what your options are in the meantime.
What's planned
A public REST API is on the roadmap. Planned endpoints include:
GET /forms— list your formsGET /forms/:id— fetch a form's schema (blocks, settings, styling)GET /forms/:id/responses— paginated list of responsesGET /responses/:id— fetch a single responsePOST /forms/:id/webhooks— manage webhook subscriptionsDELETE /responses/:id— remove a response
No firm ETA yet — sign up for early access by emailing support@nodumforms.com with your use case.
What you can do today
- Webhooks for outbound (write) integrations — every submission fires a POST to your URL.
- CSV export for read-only one-shot exports — manual but reliable for periodic data pulls.
- Zapier / Make for no-code workflows that respond to new submissions.
Why no API yet?
Building a public API is a forever commitment — once shipped, breaking changes are painful for every consumer. We're using the beta period to nail down the response schema, auth model, and rate limits before locking them in. If you have specific API needs we should account for, we want to hear about them at support@nodumforms.com.