Send JWT authenticated requests to REST API

Hey everyone,
I want to create nodes to access a custom REST API. This API uses JWT for authentication.
I know, that in the http request node you can set a token, but I don't want to do that manually since the token expires. Ideally, I just set username and password and the flow requests a token which is used for accessing the API.
I don't know where to start, have you got any ideas?

We cannot know either since the answer depends on how the API works. You will need to read the API documents to work out how to get an initial JWT and then how/when to refresh it. Then you will need to build that logic into a suitable flow.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.