Skip to main content
Authenticate a user and obtain an access token.
This endpoint verifies the user’s email and password, checks the user role (user), and returns a JWT token upon successful authentication.

Request Body

email
string
required
The user’s email address
password
string
required
The user’s password

Example Request

Example Response

Success Response

Error Responses