2021-10-01 14:33:51 +00:00
|
|
|
id: api-sendgrid
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Sendgrid API Test
|
2024-10-03 17:52:28 +00:00
|
|
|
author: zzeitlin,0xpugal
|
2021-10-01 14:33:51 +00:00
|
|
|
severity: info
|
2024-10-03 17:52:28 +00:00
|
|
|
description: |
|
|
|
|
A REST-like interface that enables you to send email at scale, ensuring your application can handle high-volume email with ease.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
2024-10-03 14:30:51 +00:00
|
|
|
- https://www.twilio.com/docs/sendgrid/api-reference/how-to-use-the-sendgrid-v3-api
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
2024-10-03 14:30:51 +00:00
|
|
|
verified: true
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2024-10-03 14:30:51 +00:00
|
|
|
tags: token-spray,sendgrid
|
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
|
|
|
|
2024-10-03 14:30:51 +00:00
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "https://api.sendgrid.com/v3/scopes"
|
|
|
|
|
|
|
|
headers:
|
|
|
|
Authorization: Bearer {{token}}
|
|
|
|
Content-Type: application/json
|
|
|
|
|
|
|
|
matchers-condition: and
|
2021-10-01 14:33:51 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
2024-10-03 14:30:51 +00:00
|
|
|
part: body
|
|
|
|
words:
|
2024-10-05 09:36:23 +00:00
|
|
|
- '"scopes":['
|
2024-10-03 14:30:51 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
2021-10-01 14:33:51 +00:00
|
|
|
words:
|
2024-10-03 14:30:51 +00:00
|
|
|
- 'application/json'
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022100dd0126de2635a7816f1b70810b95b2f69cfac0bc32ced3b9cdba6128f0569e7e022079a7f2887dc7aeae9b53a136124d415bf357bfe0d7bc6e47de8dad5f95d12d41:922c64590222798bb761d5b6d8e72950
|