Developers

API reference

The public REST API. What exists today and what is planned.

🚧 On our roadmap. There is no public REST API yet. The endpoints the app itself uses are authenticated by a session cookie and are not a supported integration surface. They change without notice and there is no way to get a token for them.

What to use instead, today

  • Webhooks: get every response POSTed to your own endpoint as JSON, in real time. This covers most of what people want an API for.
  • Zapier and Make: reach thousands of other tools without writing anything.
  • CSV export: for bulk reads and analysis.
  • HTML export: host the form yourself on your own domain, with responses still collected in your account.

What is planned

  • API keys you can create and revoke per account.
  • Read access to forms and responses.
  • Programmatic form creation.

Webhook deliveries are already signed when you set a signing secret on the integration. See Webhooks.

No dates yet. If a public API is what stands between you and using Questionful, tell us, it moves the priority.