Skip to main content
POST
Submit a form response

Authorizations

Authorization
string
header
required

Company API key. Obtain this from your Woku dashboard under Settings > API Keys. The same key used for the v0 endpoints.

Path Parameters

id
string
required

Form id

Body

application/json
anonymous
boolean
required

Whether this response is anonymous.

answers
object
required

Answers keyed by field id, e.g. { "field-uuid-1": "John", "field-uuid-2": 5 }.

responseChannel
string

Optional inbound response channel. Defaults to 'api'; a value provided here REPLACES it (user-defined channel).

Maximum string length: 48
email
string<email>

Respondent email (required when the form identifies clients by email and the response is not anonymous).

phone
string

Respondent phone (required when the form identifies clients by phone and the response is not anonymous).

Response

Form response created