Merge pull request #4444 from 0ri2N/feat/token-spray-debounce

feat(token-spray): debounce api test
patch-1
Prince Chaddha 2022-05-20 01:06:18 +05:30 committed by GitHub
commit 432a3d8d8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: api-debounce
info:
name: DeBounce API Test
author: 0ri2N
severity: info
reference:
- https://developers.debounce.io/reference/api-key-authentication
- https://debounce.io
tags: debounce,token-spray
self-contained: true
requests:
- method: GET
path:
- "https://api.debounce.io/v1/?api={{token}}&email=test@example.com"
matchers:
- type: word
part: body
words:
- '"balance":'
- '"success":'
- '"debounce":'
condition: and