34 lines
893 B
YAML
34 lines
893 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
|
|
metadata:
|
|
max-request: 1
|
|
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
|
|
|
|
# digest: 4b0a00483046022100bc4de040545f2f307109a5025e97dd781138d16fe63344619dc86a1944687373022100f88b592d6b5098cca487c8e90941f091a7289cdbe67121bd7c1f1ff535ef75f7:922c64590222798bb761d5b6d8e72950
|