User Login
LOGS USER INTO THE SYSTEM
Logs user into the system
POST /accounts/login
Request Body
Name
Type
Description
*
String
Object that contains username and password fields
{
content:
application/json:
schema:
$ref: '#/components/schemas/Session'
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Last updated
Was this helpful?