Hello Typeform Community,
I’m trying to automate adding Partial Submit Points using the Typeform API, but I can’t find any reference to the necessary fields or endpoints in the published docs.
According to the “Collect partial responses” article, it should be possible to configure a Partial Submit Point in a form via the API and access partial responses via the API. However, when I inspect the Create Form and Update Form endpoints in the Developer Portal, there’s no mention of a partial_submit_point
property or any equivalent parameter Typeform.
Here’s what I’ve tried so far:
-
Create a new form via
POST https://api.typeform.com/forms
with a body similar to the one for adding a Partial Submit Point in the web builder, but nothing happens. -
Update an existing form via
PATCH https://api.typeform.com/forms/{form_id}
, attempting to include a Partial Submit Point object, but the request is returns a validation error. -
Inspect the API schema for “fields,” “logic,” and other sections—nowhere is the Partial Submit Point documented.
Has anyone successfully added or moved a Partial Submit Point programmatically via the API?
-
Which endpoint and payload did you use?
-
Is there an undocumented field I’m missing?
-
Or is this feature not yet fully available via the API?
Any guidance, example payloads, or workarounds would be greatly appreciated. Thank you in advance!