34 lines
828 B
YAML
34 lines
828 B
YAML
id: api-airtable
|
|
|
|
info:
|
|
name: Airtable API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: Integrate with Airtable
|
|
reference:
|
|
- https://airtable.com/api
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/airtable
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,airtable
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET https://api.airtable.com/v0/meta/bases HTTP/1.1
|
|
Host: api.airtable.com
|
|
Authorization: Bearer {{token}}
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"bases"'
|
|
- '"id"'
|
|
- '"name"'
|
|
condition: and
|
|
|
|
# digest: 4a0a00473045022037017dfc3410f15453f95b4fbf4b9126ce14acf4f41502974ba693818b7c68f4022100d96c96c74aa56e3bb52af0f3823fc162ce9eb8709dd481726ca1b131e36dc7bc:922c64590222798bb761d5b6d8e72950
|