Skip to content

iTransfer (5.0)

GPS tracking server API documentation.

Download OpenAPI description
Languages
Servers
Demo Server 1
https://demo.traccar.org/api
Operations

Request

Security
BasicAuth or ApiKey
curl -i -X GET \
  -u <username>:<password> \
  https://demo.traccar.org/api/server

Responses

OK

Bodyapplication/json
idinteger(int64)
registrationboolean
readonlyboolean
deviceReadonlyboolean
limitCommandsboolean
mapstring
bingKeystring
mapUrlstring
poiLayerstring
latitudenumber
longitudenumber
zoominteger
versionstring
forceSettingsboolean
coordinateFormatstring
openIdEnabledboolean
openIdForceboolean
attributesobject
Response
application/json
{ "id": 0, "registration": true, "readonly": true, "deviceReadonly": true, "limitCommands": true, "map": "string", "bingKey": "string", "mapUrl": "string", "poiLayer": "string", "latitude": 0, "longitude": 0, "zoom": 0, "version": "string", "forceSettings": true, "coordinateFormat": "string", "openIdEnabled": true, "openIdForce": true, "attributes": {} }

Request

Security
BasicAuth or ApiKey
Bodyapplication/jsonrequired
idinteger(int64)
registrationboolean
readonlyboolean
deviceReadonlyboolean
limitCommandsboolean
mapstring
bingKeystring
mapUrlstring
poiLayerstring
latitudenumber
longitudenumber
zoominteger
versionstring
forceSettingsboolean
coordinateFormatstring
openIdEnabledboolean
openIdForceboolean
attributesobject
curl -i -X PUT \
  -u <username>:<password> \
  https://demo.traccar.org/api/server \
  -H 'Content-Type: application/json' \
  -d '{
    "id": 0,
    "registration": true,
    "readonly": true,
    "deviceReadonly": true,
    "limitCommands": true,
    "map": "string",
    "bingKey": "string",
    "mapUrl": "string",
    "poiLayer": "string",
    "latitude": 0,
    "longitude": 0,
    "zoom": 0,
    "version": "string",
    "forceSettings": true,
    "coordinateFormat": "string",
    "openIdEnabled": true,
    "openIdForce": true,
    "attributes": {}
  }'

Responses

OK

Bodyapplication/json
idinteger(int64)
registrationboolean
readonlyboolean
deviceReadonlyboolean
limitCommandsboolean
mapstring
bingKeystring
mapUrlstring
poiLayerstring
latitudenumber
longitudenumber
zoominteger
versionstring
forceSettingsboolean
coordinateFormatstring
openIdEnabledboolean
openIdForceboolean
attributesobject
Response
application/json
{ "id": 0, "registration": true, "readonly": true, "deviceReadonly": true, "limitCommands": true, "map": "string", "bingKey": "string", "mapUrl": "string", "poiLayer": "string", "latitude": 0, "longitude": 0, "zoom": 0, "version": "string", "forceSettings": true, "coordinateFormat": "string", "openIdEnabled": true, "openIdForce": true, "attributes": {} }
Operations
Operations
Operations
Operations

Permissions

User permissions and other object linking

Operations

Positions

Retrieving raw location information

Operations

Events

Retrieving event information

Operations
Operations

Notifications

User notifications management

Operations
Operations

Commands

Sending commands to devices and stored command management

Operations

Attributes

Computed attributes management

Operations
Operations
Operations
Operations

Statistics

Retrieving server statistics

Operations