Created
August 1, 2014 18:38
-
-
Save picsoung/33201957bb39858d8946 to your computer and use it in GitHub Desktop.
sendgrid apis.json v0.13 sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Sendgrid", | |
"description": "SendGrid's cloud-based email infrastructure relieves businesses of the cost and complexity of maintaining custom email systems. SendGrid provides reliable delivery, scalability and real-time analytics along with flexible API's that make custom integration a breeze.", | |
"type": "community", | |
"url": "http://sendgrid.com", | |
"image": "http://assets3.sendgrid.com/mkt/assets/logos_brands/horizontal/PNG/logo_full_color_flat-a982ded4b0b159db49a552f2cf490439.png", | |
"apis": [ | |
{ | |
"name": "Web API", | |
"description": "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.", | |
"image": "http://assets3.sendgrid.com/mkt/assets/logos_brands/horizontal/PNG/logo_full_color_flat-a982ded4b0b159db49a552f2cf490439.png", | |
"humanURL": "https://sendgrid.com/docs/API_Reference/Web_API/index.html", | |
"tags": "email, newsletter, smtp", | |
"urls": [ | |
{ | |
"type": "signup", | |
"url": "http://sendgrid.com/transactional-email/pricing" | |
}, | |
{ | |
"type": "libraries", | |
"url": "https://sendgrid.com/docs/Integrate/libraries.html" | |
} | |
], | |
"contact": [ | |
{ | |
"type": "twitter", | |
"url": "http://twitter.com/sendgrid" | |
} | |
] | |
}, | |
{ | |
"name": "SMTP API", | |
"description": "SendGrid’s SMTP API allows developers to specify custom handling instructions for e-mail. This is accomplished through a header, X-SMTPAPI, that is inserted into the message. The header is a JSON encoded list of instructions and options for that email. ", | |
"humanURL": "https://sendgrid.com/docs/API_Reference/SMTP_API/index.html", | |
"tags": "smtp, email, newsletter", | |
"urls": [ | |
{ | |
"type": "signup", | |
"url": "https://sendgrid.com/docs/API_Reference/SMTP_API/index.html" | |
} | |
], | |
"contact": [ | |
{ | |
"type": "twitter", | |
"url": "http://twitter.com/sendgrid" | |
} | |
] | |
} | |
], | |
"maintainer": [ | |
{ | |
"url": "http://www.sendgrid.com", | |
"name": "Sendgrid", | |
"twitter": "http://twitter.com/sendgrid", | |
"github": "http://github.com/sendgrid", | |
"organizationName": "Sendgrid", | |
"image": "http://assets3.sendgrid.com/mkt/assets/logos_brands/horizontal/PNG/logo_full_color_flat-a982ded4b0b159db49a552f2cf490439.png" | |
} | |
], | |
"tags": "email, newsletter, smtp", | |
"modified":"07/02/2014", | |
"created":"07/02/2014" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment