Skip to main content
POST
/
api
/
webhook
/
sinch
/
mms-delivery-receipt
Handle Sinch MMS delivery receipt
curl --request POST \
  --url https://your-instance.example.com/api/webhook/sinch/mms-delivery-receipt \
  --header 'Content-Type: application/json' \
  --data '
{
  "origin": "<string>",
  "code": "<string>",
  "message_id": "<string>",
  "status": "<string>",
  "to": "<string>"
}
'
{}

Body

application/json
origin
string
code
string
message_id
string
status
string
to
string

Response

Receipt processed

Generic response envelope. Endpoint-specific fields are intentionally open.