Hi
I am trying to use the Open API functionality.
/modems/{id}/actions/exec_at
This call requires an id for the modem but I cant seem to find this documented and I have tried various serial numbers etc…
I get a response from the bearer token and then pass this in.
The response I get is:
“success”: false,
“errors”: [
{
“source”: “URL”,
“code”: 100,
“error”: “Provided modem does not exist”,
“section”: “exec_at”
}
]
Thanks in advance