28 lines
553 B
YAML
28 lines
553 B
YAML
id: api-pendo
|
|
|
|
info:
|
|
name: Pendo API Test
|
|
author: zzeitlin
|
|
severity: info
|
|
reference:
|
|
- https://help.pendo.io/resources/support-library/api/index.html
|
|
tags: token-spray,pendo
|
|
metadata:
|
|
max-request: 1
|
|
|
|
self-contained: true
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://app.pendo.io/api/v1/feature"
|
|
headers:
|
|
Content-Type: application/json
|
|
X-Pendo-Integration-Key: "{{token}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"createdByUser":'
|
|
- '"id":'
|
|
condition: and |