Administrator
Manager Login
Manager user login to obtain access token
POST
Overview
Manager user login interface for obtaining access tokens for the management backend.Request Body
Required Parameters
string
required
Manager username
string
required
Manager password
Response Fields
string
required
Access token for authentication in subsequent API calls
integer
required
Token expiration time (seconds)
object
required
User information
Status Codes
Best Practices
- Password Security: Use strong password policies, change passwords regularly
- Token Management: Implement automatic token refresh mechanism
- Access Control: Role-based and permission-based access control
- Login Restrictions: Implement login attempt limits
- Session Management: Set reasonable token expiration times
- Secure Storage: Don’t store sensitive information in insecure places

