diff --git a/token-spray/api-launchdarkly.yaml b/token-spray/api-launchdarkly.yaml new file mode 100644 index 0000000000..a71d212302 --- /dev/null +++ b/token-spray/api-launchdarkly.yaml @@ -0,0 +1,27 @@ +id: api-launchdarkly + +info: + name: LaunchDarkly REST API + author: Luqmaan Hadia + severity: info + reference: + - https://apidocs.launchdarkly.com/ + 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: + - "totalCount"