POST a Form Completion to Formwise
The Data API lets send form responses from third party form builders that can be executed using your form, as if it was filled out traditionally on FormWise.
Form Completion
POST a Form Completion to Formwise
Sending a form to this endpoint will process as it would a traditional Formwise form submission.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
form_idstringRequired
The Live Form ID of the Form you are processing the responses with.
answer_arraystring[]Required
An array of answers which represent the form response. Ensure the order of the answers matches the order of the questions on your form.
Responses
200
OK: Returns the Response ID of the submitted form.
application/json
400
Bad Request: See Errors Below
post
/wf/form_completionHeaders
Name
Type
Description
Request Body
Name
Type
Description
Example Response
Last updated
Was this helpful?