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