GPS tracking server API documentation.
iTransfer (5.0)
Download OpenAPI description
Overview
Languages
Servers
Demo Server 1
https://demo.traccar.org/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
- Demo Server 1https://demo.traccar.org/api/permissions
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
-u <username>:<password> \
https://demo.traccar.org/api/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
- Demo Server 1https://demo.traccar.org/api/permissions
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
-u <username>:<password> \
https://demo.traccar.org/api/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
}'