28 lines
600 B
YAML
28 lines
600 B
YAML
id: api-airtable
|
|
|
|
info:
|
|
name: Airtable API Test
|
|
author: daffainfo
|
|
severity: info
|
|
reference:
|
|
- https://airtable.com/api
|
|
- https://github.com/daffainfo/all-about-apikey/blob/main/Documents%20%26%20Productivity/Airtable.md
|
|
tags: token-spray,airtable
|
|
|
|
self-contained: true
|
|
requests:
|
|
- 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
|