# Form Submit — REST Endpoints
REST API 1 EndpointsAll endpoints under /wp-json/fluentform/v1/form-submit/.... Auto-extracted from app/Http/Routes/api.php.
Auth: X-WP-Nonce header. PUT/PATCH/DELETE sent as POST with X-HTTP-Method-Override header.
# POST /wp-json/fluentform/v1/form-submit
- Controller:
SubmissionHandlerController@submit - Policy:
— - Source:
app/Http/Routes/api.phpline 148
curl -X POST \
'https://your-site.com/wp-json/fluentform/v1/form-submit' \
-H 'X-WP-Nonce: <nonce>' \
-H 'Content-Type: application/json'
1
2
3
4
2
3
4
← Logs Global Search →