Saltar al contenido principal
POST
/
api
/
v1
/
auth
/
login
Login
curl --request POST \
  --url https://www.manglai.io/api/v1/auth/login \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "password": "<string>"
}
'

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Cuerpo

application/json
email
string

User email

password
string

User password

Respuesta

The user