🗒 Cheat Sheet← Lesson
BitWithBite
n8n Automation Worksheet

⚙️ HTTP Requests

Chapter: n8n Automation · Level ★★☆ · Time: 30 min
SCORE___ / 20
NameClassDate
After this worksheet you can
The HTTP Request nodeGET vs POST methodsSending headers and query paramsWorking with API responses

🧠 Section A · Concept Check ● BEGINNER 4 × 1 = 4

1To call any external API from n8n you use the:
2Fetching data without changing anything typically uses:
3Sending new data to create a record typically uses:
4Authentication tokens are usually sent in:

🧮 Section B · Problem Solving ● INTERMEDIATE 2 + 3×3 = 11

5The HTTP Request node lets n8n talk to any .
6GET requests typically data.
7Which method to fetch a list of users from an API?
8Which method to create a new record via API?
9Where would you put an API key for a bearer-token API?

🚀 Section C · Challenge ● CHALLENGE 5

10What should you check first if an HTTP Request node returns a 401?
💭 Reflection — the most useful thing I learned:
A ___/4   B ___/11   C ___/5   Total ___/20 Teacher's Signature Parent's Signature
✂ answer key — fold or cut before handing out

1-A   2-A   3-A   4-A  |  5 API/web service   6 retrieve/read   7 = GET   8 = POST   9 = Authorization header, e.g. Bearer  |  10 = Authentication credentials/token are missing or invalid

📄 Need offline practice?Download the print-ready PDF or open the one-page cheat sheet.
⬇ Worksheet PDF 🗒 Cheat Sheet