Create a form

POST {{baseUrl}}/forms

This endpoint can create a form

Request Body

{"form"=>{"uid"=>"form_uid", "description"=>"Form for creating new profile", "name"=>"My Form Name", "archived"=>false}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"form":{"uid":"form_uid","description":"Form for creating new profile","name":"My Form Name","archived":false,"id":"2e06b876-f456-473d-bd65-b6435e0b6b2d"}}