Widget Embed (Runtime)
Save session answers
Save a module’s answers into an in-progress session.
PATCH
This is an embed runtime endpoint. It is called by the embedded Vouchmark widget in the applicant’s browser, not by your backend. It uses the widget’s
token and does not take a Bearer token.in_progress, and the module must be enabled on the widget. Returns the updated session view.
Path parameters
string
required
The session ID (starts with
wses_).Body
string
required
The widget’s embed link token (
embedLinkToken, starts with elt_).string
required
The module these answers belong to (e.g.
business_profile). Must be enabled on the widget.object
required
A map of field name to value for the module.
