2022-03-01 22:36:36 +00:00
|
|
|
id: api-launchdarkly
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: LaunchDarkly REST API
|
|
|
|
author: Luqmaan Hadia
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://apidocs.launchdarkly.com/
|
2022-03-01 22:36:36 +00:00
|
|
|
tags: token-spray,launchdarkly
|
|
|
|
|
|
|
|
self-contained: true
|
|
|
|
requests:
|
|
|
|
- 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:
|
2022-03-01 22:39:56 +00:00
|
|
|
- '"totalCount":'
|
|
|
|
- '"items":'
|
|
|
|
condition: and
|