POST api/SendGrid/Events
An endpoint used by SendGrid to relay information about events that happened in the SendGrid system.
Request Information
URI Parameters
None.
Body Parameters
An array of JSON event objects from the SendGrid system. See
Collection of Collection of ObjectRequest Formats
application/json, text/json, text/html, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Status code 204 (No Content) if processed successfully.
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |