2022-05-21 17:05:04 +00:00
|
|
|
id: api-front
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: LaunchDarkly REST API
|
|
|
|
author: Luqmaan Hadia [Luqiih](https://github.com/Luqiih)
|
|
|
|
severity: info
|
|
|
|
reference:
|
|
|
|
- https://dev.frontapp.com/reference/introduction
|
|
|
|
tags: token-spray,front
|
|
|
|
|
|
|
|
self-contained: true
|
|
|
|
requests:
|
|
|
|
- raw:
|
|
|
|
- |
|
2022-05-23 09:14:29 +00:00
|
|
|
GET https://api2.frontapp.com/accounts HTTP/1.1
|
2022-05-21 17:05:04 +00:00
|
|
|
Host: api2.frontapp.com
|
|
|
|
Authorization: Bearer {{token}}
|
|
|
|
Accept: application/json
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2022-05-23 09:14:29 +00:00
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "logo_url"
|
|
|
|
- "name"
|
|
|
|
condition: and
|