Appearance
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 parameters | data type | description |
|---|---|---|
shareId* | string | The unique share identifier |
body* | object | The 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