object | ||
string | optional | |
password | string | optional |
Introduction
Welcome
Authentication
Device
Sensor
Service
Event
History
Alert
Custom event
Geofence
Route
Report
Map icon
Driver
Command
GPRS Template
SMS Template
Task
Setup
Expand Groups
No resources found
Authentication
POST
/login
Following a good response save 'user_api_hash' and use it for others requests. It may change in the future if user change a password, when system will return error.
Definition
Request Body multipart/form-data
Responses application/json
object | ||
status | integer | required |
user_api_hash | string | required |
{ "status": 1, "user_api_hash": "$2y$10$5RACGMNxUdz3h1ug9yAttu95U2acugM0YG1K5wx01ZrNMvpL6BWMS" }