Add a new form with a name and description
cURL
curl --request POST \ --url https://api.fluxend.app/forms \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --header 'X-Project: <x-project>' \ --data '{ "description": "<string>", "name": "<string>", "projectUUID": "<string>" }'
{ "content": { "createdAt": "<string>", "createdB": "<string>", "description": "<string>", "name": "<string>", "projectUuid": "<string>", "updatedAt": "<string>", "updatedBy": "<string>", "uuid": "<string>" }, "errors": [ "<string>" ], "metadata": "<any>", "success": true }
Bearer Token
Project UUID
Form name and description
The body is of type object.
object
Form created
The response is of type object.