2021-10-24 01:42:58 +00:00
|
|
|
id: api-optimizely
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Optimizely API Test
|
|
|
|
author: dwisiswant0
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://library.optimizely.com/docs/api/app/v2/index.html
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: token-spray,optimizely
|
2021-10-24 01:42:58 +00:00
|
|
|
|
|
|
|
self-contained: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-10-24 01:42:58 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "https://api.optimizely.com/v2/projects"
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2021-10-24 01:42:58 +00:00
|
|
|
headers:
|
|
|
|
Authorization: Bearer {{token}}
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2021-11-10 09:35:20 +00:00
|
|
|
- '"account_id":'
|
|
|
|
- '"confidence_threshold":'
|
2023-10-14 11:27:55 +00:00
|
|
|
condition: and
|