Resolved! Use bearer token for REST Message authentication
Hi. I'm building a REST Message application to get data from a third-party API. However I'm stuck at the authentication setting. To get the data I need, I need to use a bearer token, but this token only lasts for one hour. So I need to get the token ...
