Skip to main content
POST
/
api
/
webhook
/
sinch
/
delivery-receipt
Handle Sinch SMS delivery receipt
curl --request POST \
  --url https://your-instance.example.com/api/webhook/sinch/delivery-receipt \
  --header 'Content-Type: application/json' \
  --data '
{
  "batch_id": "<string>",
  "statuses": [
    {
      "code": 123,
      "status": "<string>",
      "count": 123,
      "recipients": [
        "<string>"
      ]
    }
  ]
}
'
{}

Body

application/json
batch_id
string
statuses
object[]

Response

Receipt processed

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