Authentication
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/loginLast updated