Form Widget

Init Form Session

Initialize a new form session and get the first question.

post/forms/init

Request body

firm_idstring required

Customer/firm identifier

origin_urlstring nullable

Page URL where form was started

visitor_idstring nullable

Persistent visitor identifier from localStorage

is_testboolean

Whether this is a test session

visitor_languagestring nullable

Visitor's browser language tag (e.g., 'es-419'); resolved against the supported-language registry

Response

Successful Response

session_idstring uuid required
session_tokenstring required
language_codestring
language_selector_requiredboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.