forked from sendgrid/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (21 loc) · 1.1 KB
/
Copy pathindex.html
File metadata and controls
26 lines (21 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
layout: page
weight: 900
title: Web API Overview
seo:
title: Web API - Email Sending & Stats - SendGrid Documentation | SendGrid
override: true
description: The SendGrid Web API allows you to send email, get statistics, blocks, bounces, unsubscribes and change account settings in a semi-RESTful manner.
navigation:
show: true
---
<p>SendGrid offers a Web API that allows customers to retrieve information about their account such as statistics, bounces, spam reports, unsubscribes, and other information. This API is not RESTful since for most calls both GET and POST HTTP verbs can be used interchangeably, and other verbs are not supported.</p>
<hr/>
{% anchor h2 %}
Interactive Documentation
{% endanchor %}
<p>On API reference pages, you will see a "Try It" button for each method. Clicking this button
will turn the parameters table into a form that you can use to make actual Web API calls
from the website.</p>
<p>In order to use this feature you will need a
<a href="https://sendgrid.com/user/signup">SendGrid account</a>. Please be aware that this is not a sandbox, and all API calls are live!</p>