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.
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.
Hi,
I tried with v0, but encountered a 404 invalid API error.
Please advise.
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.