Server information
- Send test notification to current user via Email and SMS
Fetch a list of Notifications
Create a Notification
Update a Notification
Delete a Notification
Fetch a list of available Notification types
Send test notification to...
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
- Mock serverhttps://docs2.mygpsapi.com/_mock/openapi/notifications
- Doha Dynamics API (Production)https://mygpsapi.com/api/notifications
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
'https://docs2.mygpsapi.com/_mock/openapi/notifications?all=true&userId=0&deviceId=0&groupId=0&refresh=true'Response
application/json
[ { "id": 0, "type": "string", "description": "string", "always": true, "commandId": 0, "notificators": "string", "calendarId": 0, "attributes": {} } ]
- Mock serverhttps://docs2.mygpsapi.com/_mock/openapi/notifications
- Doha Dynamics API (Production)https://mygpsapi.com/api/notifications
- 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/notifications \
-H 'Content-Type: application/json' \
-d '{
"id": 0,
"type": "string",
"description": "string",
"always": true,
"commandId": 0,
"notificators": "string",
"calendarId": 0,
"attributes": {}
}'Response
application/json
{ "id": 0, "type": "string", "description": "string", "always": true, "commandId": 0, "notificators": "string", "calendarId": 0, "attributes": {} }
- Mock serverhttps://docs2.mygpsapi.com/_mock/openapi/notifications/{id}
- Doha Dynamics API (Production)https://mygpsapi.com/api/notifications/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
-u <username>:<password> \
'https://docs2.mygpsapi.com/_mock/openapi/notifications/{id}' \
-H 'Content-Type: application/json' \
-d '{
"id": 0,
"type": "string",
"description": "string",
"always": true,
"commandId": 0,
"notificators": "string",
"calendarId": 0,
"attributes": {}
}'Response
application/json
{ "id": 0, "type": "string", "description": "string", "always": true, "commandId": 0, "notificators": "string", "calendarId": 0, "attributes": {} }
- Mock serverhttps://docs2.mygpsapi.com/_mock/openapi/notifications/{id}
- Doha Dynamics API (Production)https://mygpsapi.com/api/notifications/{id}
- 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/notifications/{id}'- Mock serverhttps://docs2.mygpsapi.com/_mock/openapi/notifications/types
- Doha Dynamics API (Production)https://mygpsapi.com/api/notifications/types
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
https://docs2.mygpsapi.com/_mock/openapi/notifications/types- Mock serverhttps://docs2.mygpsapi.com/_mock/openapi/notifications/test
- Doha Dynamics API (Production)https://mygpsapi.com/api/notifications/test
- 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/notifications/test