GUIDE Get airtable data using Personal access tokens

Hi. This is small guide to get Data from airtable using web request
just follow blocks

Full URL
curl https://api.airtable.com/v0/app08rDzUAz1x2bmX/English -H “Authorization: Bearer patl9RGNfxreMuu3i.bf650fbf27cecff2f6c72e32a7f45dc1cb5496095daa53b576d8d3db93cf153e”
Formate for URL https://api.airtable.com/v0/{baseId}/{tableIdOrName}
When button 1 click
Web 1 url “https://api.airtable.com/v0/app08rDzUAz1x2bmX/English
Web 1 Request header “Authorization”
“Bearer patl9RGNfxreMuu3i.bf650fbf27cecff2f6c72e32a7f45dc1cb5496095daa53b576d8d3db93cf153e”

This is a working URL you may check and change it according to your needs.

Hit the like button if you like this.

4 Likes

Great guide

Thank you,
Neela Sai

1 Like