Back to catalog
📄

Airtable

API Key

Integrate with Airtable

📄Documents & ProductivityHTTPS

No items to display.

Sample Response

response.json
1{
2 "records": [
3 {
4 "name": "Ergonomic Standing Desk",
5 "category": "Furniture",
6 "stock": 142,
7 "price": "$549.00",
8 "supplier": "ErgoWorks Inc."
9 },
10 {
11 "name": "Wireless Mechanical Keyboard",
12 "category": "Peripherals",
13 "stock": 38,
14 "price": "$179.99",
15 "supplier": "KeyTech Labs"

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://airtable.com/api" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs