Server information
Traccar (6.10.0)
Traccar GPS tracking server API documentation. To use the API you need to have a server instance. For testing purposes you can use one of free demo servers. For production use you can install your own server or get a subscription service.
Download OpenAPI description
Overview
Languages
Servers
Mock server
https://docs2.mygpsapi.com/_mock/openapi
Doha Dynamics API (Production)
https://mygpsapi.com/api
Bodyapplication/jsonrequired
Calendar id, can be second parameter only and only in combination with userId
User id, can be second parameter only and only in combination with userId
- Mock serverhttps://docs2.mygpsapi.com/_mock/openapi/permissions
- Doha Dynamics API (Production)https://mygpsapi.com/api/permissions
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
-u <username>:<password> \
https://docs2.mygpsapi.com/_mock/openapi/permissions \
-H 'Content-Type: application/json' \
-d '{
"userId": 0,
"deviceId": 0,
"groupId": 0,
"geofenceId": 0,
"notificationId": 0,
"calendarId": 0,
"attributeId": 0,
"driverId": 0,
"managedUserId": 0,
"commandId": 0
}'Bodyapplication/jsonrequired
Calendar id, can be second parameter only and only in combination with userId
User id, can be second parameter only and only in combination with userId
- Mock serverhttps://docs2.mygpsapi.com/_mock/openapi/permissions
- Doha Dynamics API (Production)https://mygpsapi.com/api/permissions
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
-u <username>:<password> \
https://docs2.mygpsapi.com/_mock/openapi/permissions \
-H 'Content-Type: application/json' \
-d '{
"userId": 0,
"deviceId": 0,
"groupId": 0,
"geofenceId": 0,
"notificationId": 0,
"calendarId": 0,
"attributeId": 0,
"driverId": 0,
"managedUserId": 0,
"commandId": 0
}'