Merge pull request #4444 from 0ri2N/feat/token-spray-debounce
feat(token-spray): debounce api testpatch-1
commit
432a3d8d8f
|
@ -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
|
Loading…
Reference in New Issue