Impossible use Airtable API CALL - error 403 or 403

hi,

other module Airtable (search, create, update) with Oauth are OK

I try API CALL with URL : https://api.airtable.com/appXXXX/TableName

Header
Application/JSON
Authorization Bearer XXXXXX

But i have [404] INVALID_API_VERSION

thanks

Hi @guillaume5 ,

AirTable’s API requires a version number before the baseId, in the format https://api.airtable.com/v0/{baseId}/{tableIdOrName}.

Try https://api.airtable.com/v0/appXXXX/TableName.

Regards, Terry.

Hi,

I have try with v0

But nothing just error 404 invalide api

Hello @guillaume5,
Please share a screenshot of your airtable api settings dialog with errors.

That makes more sense to understand errors.

P.S.: Make sure you hide your tokens.