# Authentication Endpoints

# Authentication

Login

 
 

POST /admin/login
PAYLOAD: email,password
1
2

Logout

 

POST /admin/logout
1

# Password Reset

Send password reset link email

 
 

POST /password/email
PAYLOAD: email
1
2

Reset Password

 
 

POST /password/reset
PAYLOAD: email, password, password_confirmation, token
1
2

token you can get from the password reset link user clicked