Sign In
Endpoint used to sign in to Toolzz Chat.
Request Example
Section titled “Request Example”curl --request POST \ --url 'https://chat.toolzz.ai/app/login'Request Description
Section titled “Request Description”Body Parameters
Section titled “Body Parameters”| Parameter | Type | Description | Required |
|---|---|---|---|
email | string | User email. | Yes |
password | string | User password. | Yes |
Response Description
Section titled “Response Description”| Key | Type | Description |
|---|---|---|
access_token | string | Authentication token for subsequent requests. |
user | object | User information. |
Security
Section titled “Security”This endpoint is used for initial authentication. Ensure that the connection is secure (HTTPS) when sending credentials.