Skip to main content
POST
https://api.hfrsite.com
/
auth
/
login
curl -X 'POST' \
  'http://localhost:8080/auth/login' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "email": "string",
  "password": "string"
}'
Things you can do:
  • Login to hfr site to get admin/client access
email
string
required
This will be a unique name
password
string
required
Password must me at least 8 character
curl -X 'POST' \
  'http://localhost:8080/auth/login' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "email": "string",
  "password": "string"
}'