Submit a form
Submit a form by slug. Requires spam protection: include the honeypot field (empty) and a client-set ISO 8601 `timestamp`, OR a reCAPTCHA token, depending on the site's `GET /spam-settings` configuration. On success returns `{ data: { success, message, redirectUrl? } }`: a success flag, the form's configured confirmation message, and an optional post-submit redirect URL. Status code: 201.
/forms/{slug}/submissionshttps://api.lynkow.com/storefront/{siteId}Path parameters
slugstringrequiredURL-friendly identifier, unique per site and locale
Request bodyrequired
dataobjectrequiredRequired. Resource data object
honeypotstringSpam-trap field that must remain empty; a filled value causes silent rejection
session_idstringAnalytics session UUID
visitor_idstring8-64 characters
recaptchaTokenstringCAPTCHA challenge token for spam verification