v97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-04231129815.9 KB
Widgets

Create saved form

Creates and publishes a saved signup form. Its opaque form ID becomes a client-safe public capability while audience and success settings remain server-side.

post/forms

Request body

namestring required
listIdsstring[] required
tagIdsstring[]
duplicateStrategy'skip' | 'merge' | 'overwrite'
buttonTextstring
headlinestring
descriptionstring
successMessagestring
redirectUrlstring uri
showFirstNameboolean
showLastNameboolean
themeobject

Optional visual theme overrides (accentColor, backgroundColor, textColor, mutedTextColor, cardColor, borderColor as "#rrggbb", borderRadius 0-32, headingFontFamily, bodyFontFamily, density).

Response

Form created and published

successboolean
formobject
embedobject

Example response

{
  "success": true
}