nuclei-templates/http/token-spray/api-launchdarkly.yaml

32 lines
601 B
YAML

id: api-launchdarkly
info:
name: LaunchDarkly REST API
author: Luqmaan Hadia
severity: info
reference:
- https://apidocs.launchdarkly.com/
tags: token-spray,launchdarkly
metadata:
max-request: 1
self-contained: true
http:
- raw:
- |
GET https://app.launchdarkly.com/api/v2/members HTTP/1.1
Host: app.launchdarkly.com
Authorization: {{token}}
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- '"totalCount":'
- '"items":'
condition: and