SendGrid Mock Server
Full mock implementation of the SendGrid API. Send emails, manage templates, and more.Supported endpoints
Mail Send
| Endpoint | Methods |
|---|---|
/v3/mail/send | POST |
Contacts
| Endpoint | Methods |
|---|---|
/v3/marketing/contacts | GET, PUT, DELETE |
/v3/marketing/lists | GET, POST, DELETE |
Templates
| Endpoint | Methods |
|---|---|
/v3/templates | GET, POST |
/v3/templates/{id} | GET, PATCH, DELETE |