29 lines
664 B
YAML
29 lines
664 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
|
||
|
http:
|
||
|
- 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
|