login
Users
login
Auth Login
This endpoint allows users to log in and obtain authentication credentials.
Request Body
-
email (string, required): The email of the user.
-
password (string, required): The password of the user.
Response
Upon a successful login, the response will include the following:
{
"data": {
"id": "",
"firstName": "",
"lastName": "",
"role": "",
"email": ""
},
"error": null
}
POST
login