API GPS Tracking Software. White Label | TeraTrack
This website uses cookies.
See our Privacy Policy to learn more.
Introduction
Welcome
Authentication
Device
Sensor
Service
Event
History
Alert
Custom event
Geofence
Route
Report
Map icon
Driver
Command
GPRS Template
SMS Template
Task
Setup

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
object
email string optional
password string optional

															
Responses application/json
object
status integer required
user_api_hash string required
{
  "status": 1,
  "user_api_hash": "$2y$10$5RACGMNxUdz3h1ug9yAttu95U2acugM0YG1K5wx01ZrNMvpL6BWMS"
}
object
status integer optional
error string optional
{
  "status": 0,
  "error": "No language selected."
}