2022-05-21 15:39:13 +00:00
|
|
|
id: api-sentry
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Sentry API Test
|
|
|
|
author: 0ri2N
|
|
|
|
severity: info
|
|
|
|
reference:
|
|
|
|
- https://sentry.io
|
|
|
|
- https://docs.sentry.io
|
|
|
|
- https://docs.sentry.io/api/auth
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: sentry,tracing,tracking,monitoring,token-spray
|
2022-05-21 15:39:13 +00:00
|
|
|
|
|
|
|
self-contained: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-05-21 15:39:13 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "https://sentry.io/api/0/projects/"
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2022-05-21 17:27:39 +00:00
|
|
|
headers:
|
2022-05-21 15:39:13 +00:00
|
|
|
Authorization: Bearer {{token}}
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|