Skip to main content
POST
/
auth
/
login
Login Empresas
curl --request POST \
  --url https://api-hml.ponto-on.com/auth/login \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "teste@teste.com",
  "password": "82384580"
}
'

Body

application/json
email
string
Example:

"teste@teste.com"

password
string
Example:

"123456789"

Response

200 - undefined