Hi,
I've a device that use http POST to send alarms.
I've in mind to use a user define API to retreive these alarms but in the device it's not possible to define a token.
My question is then is it possible to use a User Define API without a token ?
Not completely out of the box; you might be able to run an nginx container configured as an reverse proxy which will set the header in proxy
Hi Bernard,
As far as I'm aware, it's not possible to use a user defined API without any token.
So, in the device it's not possible to set any headers of the request ?
Kind regards,
Robbe


Hi Bernard,
Without setting the bearer token in the authentication headers, the web API will always refuse the connection (errorCode 1010).
So, no , it's not possible to use a "user defined API" without a token.
Hi Robbe,
no It's seems not possible to define a token in the device. I can only edit the url