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.

POST/forms/{slug}/submissions
Base URLhttps://api.lynkow.com/storefront/{siteId}

Path parameters

slug
string
required

URL-friendly identifier, unique per site and locale

Request body
required

  • data
    object
    required

    Required. Resource data object

    • honeypot
      string

      Spam-trap field that must remain empty; a filled value causes silent rejection

    • session_id
      string

      Analytics session UUID

    • visitor_id
      string

      8-64 characters

    • recaptchaToken
      string

      CAPTCHA challenge token for spam verification

    Feedback

    Was this page helpful?