POST/auth/login

Exchange credentials for tokens

Generated Curl

curl -sS \
  -X POST "https://api.outlog.serv.si/api/v1/auth/login" \
  -H "content-type: application/json" \
  -d "{\"email\":\"ops@example.com\",\"password\":\"secret-password\"}"

Response

No request sent yet.