How to Replace Airtable API with Personal Access token?

From what I read, there has not yet been published what will replace the URL ENCODER APIs. is it so? I mean the URLs we use to get the AIRTABLE data (https://api.airtable.com/v0/appKAP…).
I’m wrong??

Once you generate token you cannot set url as like earlier. You must use curl method

1 Like

This method??

http://kio4.com/appinventor/135_airtable_instalacion.htm

No, you cannot use this… you should try like this

REQUEST (EXAMPLE)

curl “https://api.airtable.com/v0/{baseId}/{tableIdOrName}
-H "Authorization: Bearer YOUR_TOKEN

For more ref this Airtable Web API

1 Like

This post was flagged by the community and is temporarily hidden.

1 Like

OK, I get it. Thanks!!! But how can I to set the Airtable Query Parameteres’s ??
sort, offset, filters…

I try this but this is new for me… Got the data, but not sorting…

Thanks again… and again… and again… :see_no_evil:

Instead of api key just use headers… remaining things are same

Base id is also called as App I’d

1 Like

I learned how to use filters and sort data from Airtable using Api Key, with the API encoder tool, but to use CURL I can’t download sorted and filtered data from Airtable. Only ALL data. In the link you indicate I do not understand how to do it.

Thanks.

I used the same address, and have taken the result as i expected

  1. BaseID
  2. Table name
  3. Name of the field
  4. Token
1 Like

OK, thanks a lot!!! This is what I do, and work fine. (for other noob like me :sweat_smile: :see_no_evil:)

What is important for me is that this method will work when Airtable deprecate api-key, right?

THANKS AGAIN!!! :+1: :+1: :+1:

1 Like

Ofcourse

Certainly


BTW, that was a huge formula

1 Like

:relieved: :sweat_smile:

Can anyone give me a full tutorial at once?About airtable new update

there is only one thing you need to do… just replace the api key with token(all all scope)… thats all

1 Like

provided api key is like this

patsddFFISDGsbBnOD.9498f438uerj493eu8jfhre7rf5f5e1381ff3913904c57cwerfijsfnjeae3857qfeahf7h4f7r43

(Demo key)
now what should i replace?

patsddFFISDGsbBnOD

or

patsddFFISDGsbBnOD.9498f438uerj493eu8jfhre7rf5f5e1381ff3913904c57cwerfijsfnjeae3857qfeahf7h4f7r43

1 Like

If you are using spreadsheet component (default) then in the designer part, api key text box delete the key and replace this token… thats all

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.

What did you finally use?

Continuing the discussion from How to Replace Airtable API with Personal Access token?:

I don’t use airtable for their new pricing plans