Skip to content

Sign In

Endpoint used to sign in to Toolzz Chat.

Terminal window
curl --request POST \
--url 'https://chat.toolzz.ai/app/login'
ParameterTypeDescriptionRequired
emailstringUser email.Yes
passwordstringUser password.Yes

KeyTypeDescription
access_tokenstringAuthentication token for subsequent requests.
userobjectUser information.

This endpoint is used for initial authentication. Ensure that the connection is secure (HTTPS) when sending credentials.