Using The FormWise API
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
Response_IDstringOptionalExample:
1689116584424x9912552851101456000400
Bad Request: See Errors Below
post
/wf/form_completionHeaders
Name
Type
Description
Request Body
Name
Type
Description
Example Response
Retrieve Response
GET a Response Result from Formwise
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Retrieve Form IDs
GET all Form IDs
Headers
Name
Type
Description
Example Response
Errors
Not returning a Response but no error
Last updated
Was this helpful?