Authentication
Guardian authentication operations
Authenticate guardian member with email and password
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
emailstring · emailRequired
Guardian's email address
passwordstringRequired
Guardian's password
Responses
200
Login successful
application/json
400
Validation error
application/json
401
Invalid credentials
500
Internal server error
application/json
post
/guardian/loginLogout guardian member and clear session
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Logout successful
application/json
401
Unauthorized access
application/json
500
Internal server error
application/json
post
/guardian/logoutLast updated