Skip to content

Get a Survey Response

Endpoint used to get a survey response in Toolzz Chat.

Terminal window
curl --request GET \
--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
csat_idstringThe ID of the survey response to get.Yes

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