28 lines
584 B
YAML
28 lines
584 B
YAML
id: api-jsonbin
|
|
|
|
info:
|
|
name: JSONBin API Test
|
|
author: daffainfo
|
|
severity: info
|
|
reference:
|
|
- https://jsonbin.io/api-reference
|
|
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/JSONBin.md
|
|
tags: token-spray,jsonbin
|
|
|
|
self-contained: true
|
|
requests:
|
|
- raw:
|
|
- |
|
|
GET https://api.jsonbin.io/v3/c HTTP/1.1
|
|
Host: api.jsonbin.io
|
|
X-Master-key: {{token}}
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"record"'
|
|
- '"collectionMeta"'
|
|
- '"schemaDocId"'
|
|
condition: and
|