cURL
curl --request PUT \ --url https://{baseurl}/api/v1/management/responses/{responseId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data ' { "data": { "hs8yd14l9h8u353tjmv6rzawqqq": "clicked", "language": "en", "tcgls0063n8ri7dtrbnepcmz": "Who? Who? Who?", "ttc": { "hs8yd14l9h8u353tjmv6rzawqqq": 120, "tcgls0063n8ri7dtrbnepcmz": 190 } }, "finished": true } '
{}
Update an existing user response with new data. This will trigger the response pipeline, including webhooks, integrations, follow-up emails (if the response is marked as finished), and other configured actions.
The body is of type object.
object
OK
The response is of type object.
Was this page helpful?