About this endpoint
A simple login service method to check if the login and password credentials are valid. This should return an authorization matrix if the login is successful.
POST https://assets.empathybroker.com/user/login
Request Data
1
2
3
4
{
"email": "email@email.com",
"password": "password"
}
Name | Type | Optional | Description |
---|---|---|---|
string | false | user’s email who wants to log in | |
password | string | false | user password |