mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-04-05 05:48:43 +07:00
21 lines
722 B
Markdown
21 lines
722 B
Markdown
---
|
|
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
|
|
contentType: overview
|
|
---
|
|
|
|
# Examples using n8n's HTTP Request node
|
|
|
|
The HTTP Request node is one of the most versatile nodes in n8n. Use this node to make HTTP requests to query data from any app or service with a REST API.
|
|
|
|
Refer to [HTTP Request](/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/) for information on node settings.
|
|
|
|
[[% import "_macros/section-toc.html" as sectionToc %]]
|
|
|
|
[[ sectionToc.sectionToc(page) ]]
|
|
|
|
## Related resources
|
|
|
|
* [HTTP Request](/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/)
|
|
* [Built-in methods and variables reference](/code/builtin/overview/)
|
|
* [Expressions](/code/expressions/)
|