Skip to main content

I’m trying to find the X-Airtable-Client-Secret inside Airtable Account URL. But it isn’t there.


Reading this Airtable API Meta I thought I was going to find it inside airtable.com/account but it doesn’t seem so.


Where do I find the airtable client secret ? thanks in advance

Welcome to the community, @Santiago_Milito! :grinning_face_with_big_eyes: You need to read that metadata API page a little more closely. The second line reads (with emphasis added by me):



If you want to develop an integration using the Metadata API, you must register here for access and to receive a client secret.



Once you receive that secret from Airtable, you can include the X-Airtable-Client-Secret header with your requests.


Reply