Submit a form response
Records a response for the form. Answers are validated against the form definition before being stored; quarantined respondents are rejected with 429. Accepts the publishable capture key or the secret key.
Authorizations
Company API key. Obtain this from your Woku dashboard under Settings > API Keys. The same key used for the v0 endpoints.
Path Parameters
Form id
Body
Whether this response is anonymous.
Answers keyed by field id, e.g. { "field-uuid-1": "John", "field-uuid-2": 5 }.
Respondent email (required when the form identifies clients by email and the response is not anonymous).
Respondent phone (required when the form identifies clients by phone and the response is not anonymous).
Response
Form response created