User
Login
post/api/login
Request body
Response
OK
Example response
{
"validated": true,
"user": {
"role": "role",
"name": "name",
"_id": "_id"
}
}Changes
No recorded changes to this endpoint across all 3 revisions of this API.
OK
{
"validated": true,
"user": {
"role": "role",
"name": "name",
"_id": "_id"
}
}No recorded changes to this endpoint across all 3 revisions of this API.