Skip to content
Trouble with Airtab...
 
Notifications
Clear all

Trouble with Airtable API Calls - Error 403

4 Posts
3 Users
0 Reactions
4 Views
guillaume5
(@guillaume5)
Posts: 2
New Member
Topic starter
 

Hello,

The Airtable modules (search, create, update) using OAuth are functioning correctly.

I attempted an API call using the following URL: https://api.airtable.com/appXXXX/TableName

With the following header:
Application/JSON
Authorization Bearer XXXXXX

However, I'm encountering a [404] INVALID_API_VERSION error.

Thank you.

 
Posted : 06/01/2025 4:44 pm
Terry_Hopper
(@terry_hopper)
Posts: 8
Active Member
 

Hi there,

AirTable's API needs a version number preceding the baseId, structured like this: https://api.airtable.com/v0/{baseId}/{tableIdOrName} .

Could you try using https://api.airtable.com/v0/appXXXX/TableName ?

Best regards, Terry.

 
Posted : 06/01/2025 5:39 pm
guillaume5
(@guillaume5)
Posts: 2
New Member
Topic starter
 

Hi,

I tried with v0, but encountered a 404 invalid API error.

Please advise.

 
Posted : 06/01/2025 6:06 pm
dilipborad
(@dilipborad)
Posts: 28
Eminent Member
 

Hello,

Please share a screenshot of your Airtable API settings dialog showing the errors.

This will help in understanding the errors.

P.S.: Please ensure you hide your tokens.

 
Posted : 09/01/2025 8:09 am
Share: