Hi,
(first of all, I could not send this post as intended, as “a new user only can put 2 links in a post” which is a bit ridiculous if you want to discuss API endpoints). I will replace the links with Numbers and add the corresponding links in a comment right after the original post)
I’m new to RMS and the API so this might be a beginner / base understanding issue, but I hope that someone is able to guide me in the right direction.
We have multipe RUTX09 routers, credits and I also have created API tokens (to test with all 88 privileges activated).
However: some requests are just fine, e.g.
[1] → returns all relevant data
also
[2] → returns all devices
and
[3] > returns details for a single device
However, some requests just don’t work, I just get back “FORBIDDEN”, such as:
https://rms.teltonika-networks.com/api/mobile-devices
I get:
{
"success": false,
"errors": [
{
"code": "FORBIDDEN",
"message": "Forbidden."
}
]
}
What I want to do is: get the SIM card configuration of an existing device and later on configure it, e.g. SIM Card 1 → set Pin to 1234, default=false; SIM Card 2 → Pin = 5678, default = true
Also I’d like to tweak fallback, etc.
Is this possible at all?
I’m finding it quite complicated to follow the different API documentations.
I was trying this one here:
[4]
but also found this one:
[5]
which looks quite different
Especially if I look at this.
[6]
I don’t see any similar request (/sim_cards/config) in the above documentation.
Probably an issue of basic understanding on how the API works, so I hope that someone gives me the necessary hint to get started!
Thanks,
Fritz




