23 lines
441 B
YAML
23 lines
441 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
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://api.postmarkapp.com/stats/outbound"
|
|
headers:
|
|
Accept: application/json
|
|
X-Postmark-Server-Token: "{{token}}"
|
|
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|