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. Returns the created submission with its `id` and the form's configured `confirmationMessage`. Status code: 201.

POST/forms/{slug}/submit
Base URLhttps://api.lynkow.com/public/{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
    • session_id
      string
    • visitor_id
      string

      8-64 characters

    • recaptchaToken
      string
    Feedback

    Was this page helpful?