This is the core API for Motilix Web and Mobile Apps
###Available endpoints
- /api/v1/unauthorized --GET
- /api/v1/register --POST
- /api/v1/activateaccountemail --POST
- /api/v1/activate --POST
- /api/v1/login --POST
- /api/v1/forgotpasswordemail --POST
- /api/v1/resetpassword --POST
- /api/v1/changepassword --POST
- /api/v1/profile --GET|PUT
- /api/v1/logout --POST
- /api/v1/activateaccountcode --GET
- /api/v1/verifyaccountcode --POST
- /api/v1/user//orders --GET
- /api/v1/user//cards --GET
- /api/v1/user//devices --GET
- /api/v1/role --GET|POST|PUT|DELETE
- /api/v1/vehicle --GET|POST|PUT|DELETE
- /api/v1/vehicle//models --GET
- /api/v1/vehiclemodel --GET|POST|PUT|DELETE
- /api/v1/vehiclemodel//orders --GET
- /api/v1/brand --GET|POST|PUT|DELETE
- /api/v1/brand//devices --GET
- /api/v1/device --GET|POST|PUT|DELETE
- /api/v1/order --GET|POST|PUT|DELETE
- /api/v1/order//logs --GET
- /api/v1/order//logs//user --GET
- /api/v1/orderlog --GET|POST|PUT|DELETE
- /api/v1/card --GET|POST|PUT|DELETE
- /api/v1/payment --GET|POST|PUT|DELETE
- /api/v1/device//payments --GET
- /api/v1/card//payments --GET
- /api/v1/installation --GET|POST|PUT|DELETE
- /api/v1/subscription --GET|POST|PUT|DELETE
- /api/v1/invoice --GET|POST|PUT|DELETE
- /api/v1/refund --GET|POST|PUT|DELETE
- /api/v1/refund//payments --GET
- /api/v1/vehicledevice --GET|POST|PUT|DELETE
- /api/v1/vehicledevice//logs --GET
- /api/v1/vehicledevice//logs//user --GET
- /api/v1/vehicledevicelog --GET|POST|PUT|DELETE
- /api/v1/trip --GET
- /api/v1/devicetrips --POST
- /api/v1/health --GET
- /api/v1/trip//health --GET
- /api/v1/alert --GET
- /api/v1/trip//alerts --GET
- /api/v1/centre --GET|POST|PUT|DELETE
- /api/v1/service --GET|POST|PUT|DELETE
- /api/v1/servicehistory/ --GET
- /api/v1/notification --GET|POST|PUT|DELETE
- /api/v1/user//notification --GET
- /api/v1/pricing --GET|POST|PUT|DELETE
###Passport Issue