Skip to main content

Airtable API Key

Description

General

  • Documentation: https://airtable.com/api
  • Summary: Airtable is a cloud collaboration tool used to manipulate data in improved spreadsheets. Airtable's API is used to create, update or destroy data records. Authentication is performed using an API key that is thus sensitive.
  • IPs allowlist: As of the time of writing this documentation, this feature is not yet supported.
  • Scopes: One user can have only one API key defined. Scopes cannot be fine tuned.

Revoke the secret

API keys can be revoked from the account overview section of the web application. The account API key can also be regenerated.

Check for suspicious activity

As of the time of writing this documentation, this feature is not yet supported.

Details for Airtable apikey

  • Family: Api

  • Category: Collaboration tool

  • Company: Airtable

  • High recall: False

  • Validity check available: True

  • On-premise instances exist: False

  • Only valid secrets raise an alert: True

  • Minimum number of matches: 1

  • Occurrences found for one million commits: 11.76

  • Prefixed: False

  • PreValidators:

- type: ContentWhitelistPreValidator
patterns:
- key[a-z0-9]{14}

Examples

- text: |
Ya=new h.a({apiKey:"keykxor9WAQEOQDA4"}).base("appfPbxFBbfZpRNdC")

apikey: keykxor9WAQEOQDA4

- text: |
REACT_APP_API_KEY:"keyknav9WAEOQRQE3",REACT_APP_BASE:"appqznDP8EBdFrntE"

apikey: keyknav9WAEOQRQE3

Details for Airtable apikey v2

  • Family: Api

  • Category: Collaboration tool

  • Company: Airtable

  • High recall: True

  • Validity check available: True

  • On-premise instances exist: False

  • Only valid secrets raise an alert: False

  • Minimum number of matches: 1

  • Occurrences found for one million commits: 100.0

  • Prefixed: True

  • PreValidators:

- type: ContentWhitelistPreValidator
patterns:
- pat[a-z0-9]{14}\.

Examples

- text: |
-H Bearer patXfsZBLOgxbJqSi.fd6210cfb2e0b2049bd8e7fa0e69f26a3a704412af6fcbd93a097c42507fc893
apikey: patXfsZBLOgxbJqSi.fd6210cfb2e0b2049bd8e7fa0e69f26a3a704412af6fcbd93a097c42507fc893

How can I help you ?