Skip to main content
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.
Saves the answers for one module into a session. The session must be 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.
Rate limited to 120 requests per minute.