SMS API in UAE
Use Message Central’s SMS APIs to send SMS in UAE and across the globe.



.png)
SMS API for Developers & SMS Dashboard for Marketers
Our SMS verification APIs integrate smoothly with any signup or login process through our REST API.



OkHttpClient client = new OkHttpClient().newBuilder()
.build();
MediaType mediaType = MediaType.parse("text/plain");
RequestBody body = RequestBody.create(mediaType, "");
Request request = new Request.Builder()
.url("https://cpaas.messagecentral.com/auth/v1/authentication/token?customerId=<CustomerId>&key=<Base64 Encrypted password>&scope=NEW&country=91&email=test@messagecentral.com")
.method("GET", body)
.addHeader("accept", "*/*")
.build();
Response response = client.newCall(request).execute();
var request = require('request');
var options = {
'method': 'GET',
'url': 'https://cpaas.messagecentral.com/auth/v1/authentication/token?customerId=<CustomerId>&key=<Base64 Encrypted password>&scope=NEW&country=91&email=test@messagecentral.com',
'headers': {
'accept': '*/*'
}
};
request(options, function (error, response) {
if (error) throw new Error(error);
console.log(response.body);
});
import requests
url = "https://cpaas.messagecentral.com/auth/v1/authentication/token?customerId=<CustomerId>&key=<Base64 Encrypted password>&scope=NEW&country=91&email=test@messagecentral.com"
payload = {}
headers = {
'accept': '*/*'
}
response = requests.request("GET", url, headers=headers, data=payload)
print(response.text)
import requests
url = "https://cpaas.messagecentral.com/verification/v3/send?countryCode=91&flowType=SMS&mobileNumber=9999999999"
payload = {}
headers = {
'authToken': 'eyJhbGciOiJIUzUxMiJ9.eyJzdWOiJDLTMzNDMyQTVGNDlGNzQwNCIsImlhdCI6MTcxMjExOTA0MCwiZXhw'
}
response = requests.request("POST", url, headers=headers, data=payload)
print(response.text)
require "uri"
require "net/http"
url = URI("https://cpaas.messagecentral.com/auth/v1/authentication/token?customerId=<CustomerId>&key=<Base64 Encrypted password>&scope=NEW&country=91&email=test@messagecentral.com")
https = Net::HTTP.new(url.host, url.port)
https.use_ssl = true
request = Net::HTTP::Get.new(url)
request["accept"] = "*/*"
response = https.request(request)
puts response.read_body
var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Get, "https://cpaas.messagecentral.com/auth/v1/authentication/token?customerId=<CustomerId>&key=<Base64 Encrypted password>&scope=NEW&country=91&email=test@messagecentral.com");
request.Headers.Add("accept", "*/*");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());

Why Use Message Central?





Message Central for SMS in UAE
Message Central makes it super easy for businesses to start sending SMS in UAE. Our team helps businesses navigate and comply with regulatory measures for sending SMS in UAE.
With direct operator connectivity, we enable a high SMS delivery rate at unbeatable SMS rates in UAE. Our community of developers also help in deploying the user friendly SMS APIs. Our partner network extends support in all geographies.
Our 200+ clients reach their users across the globe and trust us with all their communication needs including SMS APIs. You can send a million messages or just a few, our APIs are tailored for all use cases and volume.


Use Cases for SMS APIs

Promotional SMS
Send SMS for any flash sales, limited time offers, seasonal sales, special offers, product announcements, event invitation, abandoned cart updates etc.

Transactional SMS
SMS messages with order confirmation, shipping updates, delivery notifications, refund SMS, digital receipts, booking confirmations, appointment reminders, password resets, account alerts etc.

OTP SMS
Authentication your users while onboarding, payments and at other points in the user journey with an OTP SMS delivered in less than 3 seconds.

Two Way SMS
Use conversational SMS messaging to engage with users, give timely responses and convert prospects into paid customers. You can also automate repeated conversations to save time.
Ready to Get Started?
Build an effective communication funnel with Message Central.