Teacher Authentication
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
passwordstringRequiredExample:
Teacher password
password123Responses
200
Login successful
application/json
400
Missing credentials
application/json
401
Invalid credentials
application/json
500
Internal server error
application/json
post
/teacher/loginLast updated