Skip to content

Update Toolzz Bots in Session

Endpoint used to update a Toolzz Bot session in Toolzz Bots.

Terminal window
curl --request POST \
--url 'https://bots-viewer.toolzz.ai/api/v1/sessions/{sessionId}/updateTypebot' \
--header 'Authorization: Bearer <token>'
{
"message": "<string>"
}
ParameterTypeDescriptionRequired
AuthorizationStringAccess token (must contain “Bearer” before the token)Yes
ParameterTypeDescriptionRequired
sessionIdstringThe unique identifier of the session to update.Yes

KeyTypeDescription
messagestringSuccessful update confirmation message.

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