Liden offers a range of services, from mobile marketing, fintech to bespoke Software development, leveraging our experience and expertise in the technology environment for the benefit of our clients. We are the chosen value-add partner for many organizations.
We provide a wide range of communication and payment API to help you create high-impact mobile engagement solutions. Working on improved consumer interaction experiences without complication. We offer SMS, Airtime, USSD, Voice, Data Bundles, Chats, Payments, and Rewards APIs.
Explore More
$curl = curl_init();
curl_setopt_array($curl, array(
...
CURLOPT_URL => "https://app.apiproxy.co/sms/v1/bulk/api_create",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => "{\r\n \"shortCode\":\"lidenCo\",\r\n \"message\":\"Test\",\r\n \"recipient\":\"254********\",\r\n \"uniqueId\":\"254********\",\\",\r\n \"callbackURL\":\"\",\r\n \"enqueue\":1\r\n}",
CURLOPT_HTTPHEADER => array(
"Content-Type: application/json",
"Postman-Token: 39d5fda8-f8e1-4ebd-8564-ff02b0504165",
"X-Authorization-Key: "ubgib5b25b28t4t43",
"X-Requested-With: XMLHttpRequest",
"cache-control: no-cache"
),
...
));
$response = curl_exec($curl);
$err = curl_error($curl);