SendGrid webhook

Request
Request Body schema: application/json
string
Responses
200

ok

400

Bad Request. The request parameters (or body) were malformed or invalid. Fix the issues with the request and try again.

401

Unauthorized request

500

Internal Server Error. An unexpected error has occurred. This may be due to a transient error. Retry the request and if the issue persists, please contact support.

post/notification-service/v1/sendgrid-webhook
Request samples
application/json
"string"
Response samples
application/json
{
  • "message": "Please provide either email or user key",
  • "status": 400,
  • "error": "Bad Request",
  • "timestamp": "2023-12-13T19:02:31.5897497",
  • "path": "/notification-service/v1/"
}