...
https://developers.rms.teltonika-networks.com/#current-statusstatus
access to API
API allow you to take some information you need from RMS and apply them to your platform.
To access API in RMS Platform
Go to Account ->account settings ->API
API has Three parts:
-Access Tokens
-Applications
-Documentation
Go to Access Tokens -> Create a new access Token -> Authentication
New access Token-> name ->Scopes (choose the different parts of the RMS carefully you want to have access) -> Save ->Copy token (you have the API Token to work with)
2. Go to documentation->API reference (for the development team)-> go To authorize ->Copy the tokens you have create before and the passport.
now you will have access to the different Program and you can download them
Error code:
Code 200: means everything is OK and you can get information about the device
Code 403: Forbidden, your token access do not allow you to have access to this type of information
Code 401: unauthorized access
...
User scripts
https://wiki.teltonika-networks.com/view/RUT955_User_Scripts
...