Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 884 Bytes

get-airtable-api-key.md

File metadata and controls

19 lines (11 loc) · 884 Bytes

Get AirTable API key

Go to https://airtable.com/

Choose your database, then click to "HELP", than to "API documentation". help > API documentation

Go to the "List records" section, make sure the "show api key" is check the top right.

API key in the documentation

So from here you will get two important credentials:

  • appXXXXXXXXXXXXXX which is your base_id that you will name AIRTABLE_BASE_ID
  • keyXXXXXXXXXXXXXXX which is your API key, that you will put into your connector settings

Note: The AIRTABLE_BASE_ID credential need to be added in your worker/.env file or add it as an environment variable inside heroku depending on the deployment method you use.

API key in the documentation