/
LA
laradashboard
/
Lara Dashboard API Documentation
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 1mo ago
Details
Filter operations
ActionLog
2
Auth
4
post
Login user and create token
get
Get authenticated user
post
Logout user (revoke token)
post
Revoke all tokens for the authenticated user
Module
4
Permission
3
Post
6
Role
6
Setting
3
TaskManager
4
Term
6
Terms
1
User
6
Auth
Login user and create token
post
/auth/login
Request body
object
required
email
string
email
required
password
string
required
Response
object
required
success
boolean
required
message
'Login successful'
required
data
object
required
Changes