Authentication
Member authentication operations
Authenticate member with email and password
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
passwordstringRequiredExample:
Member's password
password123Responses
200
Login successful
application/json
400
Invalid credentials
application/json
401
Account inactive or rejected
application/json
post
/member/loginLogout member and clear session
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Logged out successfully
application/json
401
Unauthorized access
application/json
500
Internal server error
application/json
post
/member/logoutLast updated