Authentication

Guardian authentication operations

Guardian login

post
/guardian/login

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
post
/guardian/login

Guardian logout

post
/guardian/logout

Logout guardian member and clear session

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Logout successful

application/json
post
/guardian/logout

Last updated