Skip to main content
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

  1. Password Security: Use strong password policies, change passwords regularly
  2. Token Management: Implement automatic token refresh mechanism
  3. Access Control: Role-based and permission-based access control
  4. Login Restrictions: Implement login attempt limits
  5. Session Management: Set reasonable token expiration times
  6. Secure Storage: Don’t store sensitive information in insecure places