nuclei-templates/token-spray/postmark.yaml

22 lines
420 B
YAML

id: api-postmark
info:
name: PostMark API Test
author: zzeitlin
reference: https://postmarkapp.com/developer/api/overview
severity: info
tags: token-spray,postmark
requests:
- method: GET
path:
- "https://api.postmarkapp.com/stats/outbound"
headers:
Accept: application/json
X-Postmark-Server-Token: "{{token}}"
matchers:
- type: status
status:
- 200