Skip to content

Submit Share

Submit a completed form response via a share link. Authentication is optional — anonymous submissions are allowed if the share configuration permits it.

Parameters

name * are required parametersdata typedescription
shareId*stringThe unique share identifier
body*objectThe form field values to submit

Return Value

Confirmation of the submitted form instance.

Examples

bash
curl -X POST "https://app.wombat.software/api/{targetPath}/share/:shareId/submit" \
  -H "Content-Type: application/json" \
  -d '{"fields": {"field-1": "value-1", "field-2": "value-2"}}'

ENDPOINTS

post/api/{targetPath}/share/:shareId/submit