Back to catalog
📧

Sendgrid

API Key

A cloud-based SMTP provider that allows you to send emails without having to maintain email servers

📧EmailHTTPS

Email Stats Today

SendGrid Analytics

Delivered12,450
Opens8,230
Clicks2,104
Bounces34
Spam Reports2
Open Rate66.1%

Sample Response

response.json
1{
2 "delivered": 12450,
3 "opens": 8230,
4 "clicks": 2104,
5 "bounces": 34,
6 "spam_reports": 2,
7 "open_rate": "66.1%"
8}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://docs.sendgrid.com/api-reference/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs