42 lines
1.0 KiB
YAML
42 lines
1.0 KiB
YAML
id: api-sendgrid
|
|
|
|
info:
|
|
name: Sendgrid API Test
|
|
author: zzeitlin,0xpugal
|
|
severity: info
|
|
description: |
|
|
A REST-like interface that enables you to send email at scale, ensuring your application can handle high-volume email with ease.
|
|
reference:
|
|
- https://www.twilio.com/docs/sendgrid/api-reference/how-to-use-the-sendgrid-v3-api
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
tags: token-spray,sendgrid
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://api.sendgrid.com/v3/scopes"
|
|
|
|
headers:
|
|
Authorization: Bearer {{token}}
|
|
Content-Type: application/json
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"scopes":['
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'application/json'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4b0a00483046022100bfec8ef43250a5deeaddf82e4b5479d31149745b1b236041b9e9e707154dc562022100e8b38dec5cd4a3de4997df78b3278ebac2a8e954727b5ffc1f186634b3956e6a:922c64590222798bb761d5b6d8e72950 |