API ReferenceSchemas
CreateFormRequest
Request schema for creating a form.
Request schema for creating a form.
Example
{ "fields": [ { "key": "full_name", "label": "Full Name", "position": 0, "required": true, "type": "short_text" } ], "internal_name": "Intake Form"}