I am trying to access an API from a device that requires bearer token authentication. HTTP Data and HTTP Output nodes only support none, basic, or certificate based authentication. What is the workaround to add an authorization header to HTTP node so that bearer token authorization is available?
Hi @John_Clark and welcome to the Losant forums!
The HTTP Node’s request header section allows you to specify a bearer token:
Please let us know if you have any further questions!
This is resolved and you confirmed I was going in the right direction. It was the variable reference I needed of the token itself. Off to the races!