curl --request POST \
--url https://chat.api.toolzz.com.br/api/v1/auth/login \
--header 'Content-Type: application/json' \
--data '{
"email": "<string>",
"password": "<string>"
}'
{
"user": {
"id": "<string>",
"name": "<string>",
"email": "<string>",
"institutionId": "<string>",
"institutionName": "<string>",
"isActive": true,
"manualPayment": true,
"token": "<string>",
"verified": true,
"hasPassword": true,
"superAdmin": true,
"members": [
{}
],
"isMember": true
}
}
Endpoint to make Login in institution
curl --request POST \
--url https://chat.api.toolzz.com.br/api/v1/auth/login \
--header 'Content-Type: application/json' \
--data '{
"email": "<string>",
"password": "<string>"
}'
{
"user": {
"id": "<string>",
"name": "<string>",
"email": "<string>",
"institutionId": "<string>",
"institutionName": "<string>",
"isActive": true,
"manualPayment": true,
"token": "<string>",
"verified": true,
"hasPassword": true,
"superAdmin": true,
"members": [
{}
],
"isMember": true
}
}
Show properties