DICE
  1. SMS
DICE
  • DICE
  • Authorization
    • Get Token
      GET
  • Communications
    • SMS
      • Overseas
        • OTP
        • Overseas - KYC Applicant
        • Overseas - KYC - Co Applicant
        • Overseas - 24 Hours Follow up on incomplete journey - Applicant
        • Overseas - 48 Hours Follow up on incomplete journey - Applicant
        • Overseas - 72 Hours Follow up on incomplete journey - Applicant
        • Overseas - 24 Hours Follow up on incomplete journey - Co Applicant
        • Overseas - 48 Hours Follow up on incomplete journey - Co Applicant
        • Overseas - 72 Hours Follow up on incomplete journey - Co Applicant
        • Overseas - Journey Completed - Applicant Copy
        • Overseas - Journey Completed - Co Applicant
      • Emi Reminder
        POST
      • Verify Mobile Number v1
        POST
      • Verify Mobile Number v2
        POST
      • KMS
        POST
      • Emi Overdue Reminder
        POST
    • Email
      • Overseas
        • Overseas OTP
        • Overseas Sign-Up Confirmation
        • Overseas - KYC Applicant
        • Overseas - KYC CoApplicant
        • 24 Hours Follow up on incomplete journey - Applicant
        • 48 Hours Follow up on incomplete journey - Applicant
        • 72 Hours Follow up on incomplete journey - Applicant
        • 24 Hours Follow up on incomplete journey - Co Applicant
        • 48 Hours Follow up on incomplete journey - Co Applicant
        • 72 Hours Follow up on incomplete journey - Co Applicant
        • Journey Applicant
        • Journey Completed - Co Applicant
        • Co Applicant Nomination Email
        • Co Applicant Nomination Rejection
        • Journey Completed and Assigned to CEM
        • Journey Completed - Both
      • Auxilo Thank You
    • Whatsapp
      • Overseas
        • Send OTP
        • Sign-Up Confirmation
        • KYC - Applicant
      • Akbar Travels
      • Lead Verify Mobile Number
      • Application Verify Mobile Number
  1. SMS

Verify Mobile Number v1

POST
sendsms
Dear customer, thank you for contacting us. Please use the below link to verify your new mobile number. Link: {{link}} Lead/Application no:{{lead_no}}.Regards, Auxilo Finserve Pvt Ltd
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'sendsms' \
--header 'Content-Type: application/json' \
--data-raw '{    
    "mobile_no":"917977251637",
    "channel": "sms",
    "source": "salesforce",
    "type": "transactional",
    "template_id": 5,
    "template_attr": {
        "link": "https://tinyuat.auxilo.com/AUXILO/",
        "lead_no":"10235677"
    }
}'
Response Response Example
200 - Success
{
    "response": {
        "message": "Communication processed successfully.",
        "ref_id": "MJRsiZGOPvXRADy"
    }
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
mobile_no
string 
required
channel
string 
required
source
string 
required
type
string 
required
template_id
integer 
required
template_attr
object 
required
link
string 
required
lead_no
string 
required
Examples

Responses

🟢200Success
application/json
Body
response
object 
required
message
string 
required
ref_id
string 
required
🟠400Invalid Template
🟠400Template variables missing
🟠400Template Attributes is missing
Modified at 2025-03-25 10:52:58
Previous
Emi Reminder
Next
Verify Mobile Number v2
Built with