v6

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0161113158.0 KB
Forms

Update a form submission by access token

Updates a form submission using a short-lived access token

patch/api/forms/{formId}/submissions/by-access-token/{token}

Path parameters

formIdinteger required
tokenstring required

The access token.

Request body

isCompleteboolean nullable

Boolean flag to indicate if a submission is complete. Optional

currentPageinteger nullable

Current page if the form has multiple pages. Optional

jsonDatastring nullable

Stringified form submission data

metadatastring nullable

Stringified metadata related to the form submission

reCaptchaTokenstring nullable

reCAPTCHA v3 token for bot protection

Response

The form submission was updated successfully

idstring
isCompleteboolean
jsonDatastring
formIdstring
formDefinitionIdstring
currentPageinteger nullable
metadatastring nullable
tokenstring nullable
completedAtstring date-time nullable
createdAtstring date-time
modifiedAtstring date-time nullable
statusstring
submittedBystring nullable