Public Endpoints

Get a public form by id

get
Paramètres de requête
langstring · enumOptionnel

Optional translation language

Valeurs possibles:
idstringRequis

Contact form ID to retrieve

Réponses
chevron-right
200Succès
application/json
idstringRequis
languageall ofRequis
string · enumOptionnelValeurs possibles:
enabledbooleanRequis
autoTranslatebooleanRequis
brandNamestringRequis

List of brand names associated with the contact form.

get
/public/contact-form
200Succès

Submit completed form

post
Corps
storestring · uuidOptionnel

Store identifier to associate

idstringRequis

Target ID

Example: b6a3aa8c-3a3d-4094-9a7b-015b30d9098f
Réponses
post
/public/contact-form/submit
201Succès

Aucun contenu

Get public survey form data

get
Paramètres de requête
trackerstringOptionnel

Optional survey tracker ID to associate

storestringOptionnel

Optional store ID to associate

brandstringOptionnel

Optional brand ID to associate

langstring · enumOptionnel

Optional translation language

Valeurs possibles:
surveystringRequis

Survey ID to retrieve

Réponses
chevron-right
200Succès
application/json
idstringRequis
languageall ofRequis
string · enumOptionnelValeurs possibles:
enabledbooleanRequis
autoTranslatebooleanRequis
preRedirectbooleanRequis

@inheritdoc

externalUrlstring · nullableOptionnel

External url to redirect to on pre-redirect

sendModeall ofOptionnel

Channel used to send the survey

string · enumOptionnelValeurs possibles:
orderstringOptionnel

External id of the purchase targeted by the survey This is used to identify the purchase in the external system

get
/public/survey
200Succès

Submit completed survey

post
Corps
trackerstring · uuidOptionnel

Tracker identifier for private surveys

storestring · uuidOptionnel

Store identifier for public surveys

brandstring · uuidOptionnel

Brand identifier for public surveys

idstringRequis

Target ID

Example: b6a3aa8c-3a3d-4094-9a7b-015b30d9098f
Réponses
post
/public/survey/submit
201Succès

Mis à jour