de

This is a blog 👇

Using cURL to get records from Airtable

Post #12, posted in
  • Web design
  • How to

I was having a hard time, figuring out, how to use cURL to retrieve Airtable records with their new token-based API. Granted, I am a slow—albeit eager—learner. But their API documentation wasn’t that much help with references like curl -X POST https://api.airtable.com/v0/{YOURBASEID}/{YOURTABLEIDORTABLE_NAME}. What’s that supposed to mean? Where does that go?

For future me, here is what I found.

view post “Using cURL to get records from Airtable”