Twillio webhook

Request
Request Body schema: application/x-www-form-urlencoded
object
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

post/notification-service/v1/twilio-webhook
Request samples
curl -i -X POST \
  http://notification-service:8080/notification-service/v1/twilio-webhook \
  -H 'Content-Type: application/x-www-form-urlencoded'
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/"
}