External sms api
Receive SMS delivery receipt webhook
Webhook endpoint for receiving SMS delivery receipts from SMPP provider
POST
/{locale}/sms/webhook/deliveryWebhook endpoint for receiving SMS delivery receipts from SMPP provider
Authorization
bearerAuth AuthorizationBearer <token>
Enter JWT token in the format: Bearer {token}
In: header
Path Parameters
locale*string
Locale code
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/lt/sms/webhook/delivery" \ -H "Content-Type: application/json" \ -d '{}'{ "success": true, "message": "Delivery receipt processed"}