29 lines
668 B
YAML
29 lines
668 B
YAML
id: api-jsonbin
|
|
|
|
info:
|
|
name: JSONBin API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: Free JSON storage service. Ideal for small scale Web apps, Websites and Mobile apps
|
|
reference:
|
|
- https://jsonbin.io/api-reference
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/jsonbin
|
|
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
|