Traccar
Connector for the traccar API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://demo.traccar.org/api - Auth:
basic(pass your key via theapiKeyinput)
Operations
get_attributes_computed— GET /attributes/computed — Fetch a list of Attributesget_calendars— GET /calendars — Fetch a list of Calendarsget_commands— GET /commands — Fetch a list of Saved Commandsget_commands_send— GET /commands/send — Fetch a list of Saved Commands supported by Device at the momentget_commands_types— GET /commands/types — Fetch a list of available Commands for the Device or all possible Commands if Device ommitedget_devices— GET /devices — Fetch a list of Devices
Inputs
apiKey— your traccar API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_attributes_computed
apiKey: <your key>