MiliH
25 August 2022 09:00
1
In postman, for token based API, we first generate token, then pass that generated token to the API.
Now if we want to pass request body to API in postman, we pass JSON in Body tab.
As shown is above image, I want to pass Body in form of JSON to API, how an where can we pass request body to API in Node-RED???
Thank you!
Don't know if I correctly got your question, but I am sending requests to API with the http request node, by injecting a msg.payload containing the JSON.
system
Closed
8 September 2022 09:19
4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.