Log In

모든 사용자는 로그인 후 JWT 액세스 토큰이 발급됩니다.

Log In

POST /api/auth/logIn

Access Permissions

  • All

Headers

Name
Value

Content-Type

application/json

Body

Name
Type
Description
Required

loginId

String

ID of the user

true

password

String

password

true

Response

{ 
    "status": 200,
    "data": {
        JWT-Access-Token
    },
    "error": null,
    "timeStamp": "2024-09-27 12:00:00"
}

Last updated