NueForm

Changelog

Release notes and updates for the NueForm platform, API, and documentation.

All notable changes to the NueForm platform are documented here. This page covers API releases, new features, and important updates.


February 2026

NueForm API v1 --- General Availability

Released: February 28, 2026

We are excited to announce the general availability of the NueForm REST API. The API gives you full programmatic access to forms, responses, webhooks, teams, and more.

API Endpoints

  • Forms --- Create, read, update, delete, and publish forms via the API. Includes full support for all 25+ question types, logic jumps, variables, and theme configuration. See API Reference: Forms.

  • Responses --- Retrieve form responses with filtering, pagination, and full answer data including quiz results. See API Reference: Responses.

  • Webhooks --- Configure per-form and global webhooks programmatically. Manage your webhook secret for HMAC-SHA256 signature verification. See API Reference: Webhooks.

  • Teams --- Create and manage teams, invite members, and assign roles. See API Reference: Teams.

  • User --- Read and update account settings, manage API keys. See API Reference: User.

  • Themes --- Configure form themes and branding defaults. See API Reference: Themes.

  • Analytics --- Access form analytics and response metrics. See API Reference: Analytics.

  • Files --- Upload and manage files used in forms. See API Reference: Files.

  • Versions --- Manage form versions and publish history. See API Reference: Versions.

Authentication

API access uses Bearer token authentication with API keys. Keys follow the nf_<64 hex chars> format and can be generated in the Developer tab of your profile. See Authentication.

Rate Limits

  • Pro plan: 100 requests per minute
  • Enterprise plan: 500 requests per minute

See Rate Limits.

Webhooks

Real-time webhook notifications for form submissions. Features include:

  • Per-form and global webhook URLs (up to 5 global webhooks)
  • HMAC-SHA256 payload signing with the X-NueForm-Signature header
  • form.submitted event with full answer data
  • 5-second timeout, fire-and-forget delivery

See Webhooks Overview.

Documentation

Full documentation suite launched alongside the API:

Plan Requirements

API access and webhooks require a Pro plan ($29/mo) or Enterprise plan ($99/mo). The Entrepreneur (free) plan does not include API access.

The NueForm API is actively being developed. Check back here for updates on new endpoints, events, and features. Breaking changes will be communicated in advance.

Last updated: July 9, 2026