HTTP GET
Performs a synchronous HTTP GET request to a url and returns the data in the result of this node. A HTTP GET request is used to request data from a specified source
Node properties
Url
The URL for the HTTP GET. E.g. https://example.org/api/can?id=12
Referencing:
When successful, the node will output the data in a string.