Skip to main content

Set GPRS Only (GET)

https://core.rock7.com/API3/Device/Update

Sets the GPRS Only flag to true or false.

When set to true, mobile-terminated (MT) messages (e.g. Configuration Commands) can be delivered via GPRS instead of Iridium.

ParameterTypeDescriptionExample
QUERY PARAMS
idstringID of the target deviceONAKwlzdYZQrbELXqyEjaoLkJqpevRyX
gprsOnlybooleanWhether to enable GPRS only deliverytrue
usernamestringYour API usernamemyUsername
passwordstringYour API passwordmyPassword

Example with Parameters

curl --request GET \
--url 'https://core.rock7.com/API3/Device/Update?id=ONAKwlzdYZQrbELXqyEjaoLkJqpevRyX&gprsOnly=true&username=myUsername&password=myPassword' \
--header 'accept: application/json'

Example Response

{
"result": true,
"at": 1751537604149
}