30 lines
682 B
YAML
30 lines
682 B
YAML
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
|
|
metadata:
|
|
max-request: 1
|
|
tags: sentry,tracing,tracking,monitoring,token-spray
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://sentry.io/api/0/projects/"
|
|
|
|
headers:
|
|
Authorization: Bearer {{token}}
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502204275c64e6dd711968c80ec90b4a1227527bdd093b5a25d96b9694fde545b53b7022100cf6753f0f673ab5fbed069a4da5f0f29eae9a39f7d299d0ae269917bc505e3e5:922c64590222798bb761d5b6d8e72950
|