Skip to main content
POST
Login
Authenticates a user with email and password and returns a JWT token.

Request body

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

Response

boolean
true on success.
object