2021-10-01 14:33:51 +00:00
|
|
|
id: api-mailgun
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Mailgun API Test
|
|
|
|
author: zzeitlin
|
|
|
|
severity: info
|
2022-07-25 06:05:11 +00:00
|
|
|
description: Email Service
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://documentation.mailgun.com/en/latest/api-intro.html
|
2022-07-25 06:05:11 +00:00
|
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/mailgun
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: token-spray,mailgun
|
2021-10-01 14:33:51 +00:00
|
|
|
|
2021-10-20 08:46:18 +00:00
|
|
|
self-contained: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-10-01 14:33:51 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "https://api.mailgun.net/v3/domains"
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2021-10-01 14:33:51 +00:00
|
|
|
headers:
|
|
|
|
Authorization: Basic {{base64('api:' + token)}}
|
|
|
|
matchers:
|
2021-11-10 09:35:20 +00:00
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '"total_count":'
|
|
|
|
- '"items":'
|
|
|
|
- '"created_at":'
|
|
|
|
condition: and
|
2023-10-19 13:13:52 +00:00
|
|
|
# digest: 490a00463044022017959a95e024fcff4806de7f1fdb66380733e2cbd2d6769373fe14805ba0525902206f514f2f93928486eb249ff9b41d2f9ab0583e9f54a55b0d804cf31a9f0e61e5:922c64590222798bb761d5b6d8e72950
|