Send SMS - GET
Send SMS
GET https://kuwait.uigtc.com/capi/v2/sms/send_sms
This endpoint allows you to send SMS using GET method
Query Parameters
Name
Type
Description
password
string
The password of your account
username
string
The username/phone number of your account
unique
integer
1->Remove repeated numbers 2->Do not remove repeated numbers
type
string
Accespted value : otp
send_time
string
The datetime value for a scheduled slot. Required only if send_type = 2
numbers
string
Numbers seperated by comma
sms_content
string
Content of SMS
send_type
integer
The param to set sending type 1->Send Now 2->Send Later
sender_id
integer
ID of sender name which you can get from sender name list API
Headers
Name
Type
Description
x-api-key
string
The API key of the account provided in UIGTC SMS Panel
{
"success": "Your SMS will be sent soon"
}Example Request
Last updated
Was this helpful?