mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-30 10:58:41 +07:00
20 lines
670 B
Markdown
20 lines
670 B
Markdown
---
|
|
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/index.md) 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/index.md)
|
|
* [Built-in methods and variables reference](/code/builtin/overview.md)
|
|
* [Expressions](/code/expressions.md)
|