Skip to main content

Where do I find the client secret?

  • December 8, 2021
  • 1 reply
  • 146 views

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

1 reply

Justin_Barrett
Forum|alt.badge.img+21
  • Inspiring
  • 4647 replies
  • December 10, 2021

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.