{
"to": "91***",
"authWay": "sms",
"templateType": "templateType",
"variables": {
"customerName": "naveen soni",
"orderId": "12345",
"orderTotal": "4000",
"status": "paid",
"cancelReason": "any",
"failureReason": "any",
"paymentMethod": "UPI",
"retryPaymentLink": "www.example.com",
"trackingNo": "1245",
"estimatedDelivery": "25-dec-2025",
"deliveryAgentName": "ABC",
"refundedAmount": "100",
"refundMethod": "UPI",
"refundId": "126454",
"expectedCreditDate": "25-dec-2025",
"orderDetailsLink": "www.example.com",
"transactionId": "1235465",
"trackingLink": "authyo.io",
"feedbackLink": "www.example.com",
"supportLink": "www.example.com",
"retryUrl": "www.example.com",
"updateMessage": "received",
"orderDate": "25-dec-2025"
}
}curl --location --request POST 'https://app.authyo.io/api/v1/notifications/order' \
--header 'clientId;' \
--header 'clientSecret;' \
--header 'Content-Type: application/json' \
--data-raw '{
"to": "91***",
"authWay": "sms",
"templateType": "templateType",
"variables": {
"customerName": "naveen soni",
"orderId": "12345",
"orderTotal": "4000",
"status": "paid",
"cancelReason": "any",
"failureReason": "any",
"paymentMethod": "UPI",
"retryPaymentLink": "www.example.com",
"trackingNo": "1245",
"estimatedDelivery": "25-dec-2025",
"deliveryAgentName": "ABC",
"refundedAmount": "100",
"refundMethod": "UPI",
"refundId": "126454",
"expectedCreditDate": "25-dec-2025",
"orderDetailsLink": "www.example.com",
"transactionId": "1235465",
"trackingLink": "authyo.io",
"feedbackLink": "www.example.com",
"supportLink": "www.example.com",
"retryUrl": "www.example.com",
"updateMessage": "received",
"orderDate": "25-dec-2025"
}
}'{
"success": true,
"message": "Notifications sent successfully",
"status": "NotificationsSent",
"data": {
"isTried": 1,
"isSent": 1,
"results": [
{
"success": true,
"message": "message submitted successfully",
"to": "91*****",
"authType": "Sms",
"maskId": "167f99d948de47d48cf98cfe52a931fb",
"createdTime": 1766683317,
"expireTime": 1766683378,
"deviceInfo": {
"ipAddress": "49.36.89.101",
"browser": "Other .",
"os": "Other .",
"device": "Other",
"country": "IN",
"state": "Gujarat",
"city": "Surat",
"postal": "395005",
"location": "21.1959,72.8302",
"org": "AS55836 Reliance Jio Infocomm Limited",
"timezone": "Asia/Kolkata"
}
}
]
}
}