v1/SendGrid/status

Takes an external API POST from SendGrid and redirects it to the internal Email.Api project.

Request Information


URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json
[
  {},
  {}
]
application/xml, text/xml
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <anyType />
  <anyType />
</ArrayOfanyType>

Response Information


Resource Description

HttpStatusCode

Response Formats

application/json, text/json
100
application/xml, text/xml
<HttpStatusCode xmlns="http://schemas.datacontract.org/2004/07/System.Net">Continue</HttpStatusCode>