Hello,
According to the documentation of the application manager api we should be getting output for this API ( GET/applications/{app_id}/devices/{dev_id}) if the input is of the form
I am trying to understand how to manage authentication, currently the response code says that no json string detected. 404 is the code (it is 200 for successful)
404 means that your url is wrong. So you don’t have a json because you are not calling an existing ressource. Without auth, but with an existing ressource, you will receive a 403 or 401.
That’s incomplete. You may want to try without Node-RED first. The following works for me, on a Mac. Just for readability, a trailing backslash \ indicates the command continues on the next line; I think that’s a forward slash / on Windows. The --get and --url are optional, and --header is the same as -H: