Forms + submissions endpoints
/wp-json/cf/v1/forms and /wp-json/cf/v1/submissions, fully filterable.
Developer tools
GET, PATCH and DELETE submissions programmatically via the WordPress REST API.
Bundled with Core Forms — the WordPress forms plugin with every premium feature in the box. No add-on tax.
Every Core Form, every submission, and every form setting is reachable via the WordPress REST API. Build an external dashboard, sync to a data warehouse, or wire up a custom mobile app.
/wp-json/cf/v1/forms and /wp-json/cf/v1/submissions, fully filterable.
Authenticate with WordPress core Application Passwords — no third-party plugin.
Create / read / update / delete submissions from any HTTP client.
WordPress Users → Your Profile → Application Passwords.
curl -u user:apppass https://yoursite/wp-json/cf/v1/submissions
External dashboards, scheduled exports, mobile apps — all the same API.
curl -u "user:applicationpassword" \
"https://example.com/wp-json/cf/v1/submissions?form_id=42&per_page=50" REST API — and every other integration on this site — is included with your
license. Use code CFLAUNCH for 20% off either plan.