all-about-apikey/airtable/README.md

850 B

Airtable

Description

Integrate with Airtable

Example Request

  • Curl
curl "https://api.airtable.com/v0/meta/bases" -H "Authorization: Bearer {{token}}"
  • Raw
GET /v0/meta/bases HTTP/1.1
Host: api.airtable.com
Authorization: Bearer {{token}}

Response

  • Success
{
    "bases": [
        {
            "id": "appY3WxIBCdKPDdIa",
            "name": "Apartment Hunting",
            "permissionLevel": "create"
        },
        {
            "id": "appSW9R5uCNmRmfl6",
            "name": "Project Tracker",
            "permissionLevel": "edit"
        }
    ]
}
  • Error
{
    "error":{
        "type":"UNAUTHORIZED",
        "message":"Invalid authentication token"
    }
}

Regex

key[a-zA-Z0-9]{14}

Example API key

key3jaF0r7yhRPZDU