33 lines
602 B
YAML
33 lines
602 B
YAML
id: api-launchdarkly
|
|
|
|
info:
|
|
name: LaunchDarkly REST API
|
|
author: Luqmaan Hadia
|
|
severity: info
|
|
reference:
|
|
- https://apidocs.launchdarkly.com/
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,launchdarkly
|
|
|
|
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
|