Hi all,
DEVICE: TRB245
FW VERSION: TRB2_R_00.07.04.3
I am trying to access the Teltonika API. The following two API calls work as expected.
I get the authentication token and then I can get the device status.
- http://{IP}/api/login
- http://{IP}/api/system/device/status
However, all the other API calls seem to be failing with the same error.
{
“success”: false,
“errors”: [
{
“source”: “Request”,
“code”: 122,
“error”: “Endpoint not implemented”
}
]
Could you please help me?