Skip to content

Update a Survey Response

Endpoint used to update a survey response in Toolzz Chat.

Terminal window
curl --request PUT \
--url 'https://chat.toolzz.ai/public/api/v1/csat_survey/{csat_id}' \
--header 'Authorization: Bearer <token>'
ParameterTypeDescriptionRequired
AuthorizationStringAccess token (must contain “Bearer” before the token)Yes
ParameterTypeDescriptionRequired
idstringsat_id: The ID of the survey response to update.Yes

To access this endpoint, it is necessary to send a valid access token through the authorization header (Authorization) of the request.