2022-06-18 03:54:41 +00:00
|
|
|
id: api-jsonbin
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: JSONBin API Test
|
|
|
|
author: daffainfo
|
|
|
|
severity: info
|
2022-07-25 06:05:11 +00:00
|
|
|
description: Free JSON storage service. Ideal for small scale Web apps, Websites and Mobile apps
|
2022-06-18 03:54:41 +00:00
|
|
|
reference:
|
|
|
|
- https://jsonbin.io/api-reference
|
2022-07-25 06:05:11 +00:00
|
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/jsonbin
|
2022-06-18 03:54:41 +00:00
|
|
|
tags: token-spray,jsonbin
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2022-06-18 03:54:41 +00:00
|
|
|
|
|
|
|
self-contained: true
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-06-18 03:54:41 +00:00
|
|
|
- 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
|