Query Parameters
The username.
The password.
Response
Success
The response is of type integer
.
curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/Login
123
Will login to EzzyBills and create an authentication cookie which needs to get sent by subsequent API requests.
curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/Login
123
The username.
The password.
Success
The response is of type integer
.