Send SMS - POST

Send SMS

POST https://kuwait.uigtc.com/capi/v2/sms/send_sms

This endpoint allows you to send SMS using POST method

Headers

Name
Type
Description

x-api-key

string

The API Key of the account provided in UIGTC SMS Panel

Request Body

Name
Type
Description

username

string

The username/phone number of your account

password

string

The password of your account

unique

integer

1->Remove repeated numbers 2->Do not remove repeated numbers

type

string

Accepted value : otp

send_time

string

The send time for a scheduled sms Required only if send_type = 2

numbers

string

Numbers separated comma

sms_content

string

Content of sms

send_type

integer

1->Send now 2->Send later

send_type

integer

ID of sender name which can be find in sender name list API

{
  "success": "Your SMS will be sent soon"
}

Example Request

Last updated

Was this helpful?