SMS, WhatsApp and Voice tailored for your sector — pay-as-you-go, GDPR compliant, EU-based support.

SMS services for software developers

Integrate SMS services in your software by embedding our userfriendly SMS gateway API

From marketing to CRM integrations to employee communications, our SMS API service can handle it all. If you can imagine it, our SMS API can make it happen. Experience peace of mind with our 99,99% uptime guarantee. Access Smstools's features from within your own platform or app.

  • No setup fee
  • GDPR & EU servers
  • Personal support
EU-based support GDPR compliant EU servers · 99.97% uptime Pay-as-you-go SMS, WhatsApp & Voice

Join over 10,000 happy customers

  • CAT solutions
  • Groep Schaubroeck
  • Plan2Win
  • MAX immo
  • ORCA Belgium
  • VanRoey
  • JUMIK
  • CRM
api.smsgatewayapi.com
<?php
	$ch = curl_init();
	$url = "https://api.smsgatewayapi.com/v1/message/send";
	$client_id = "XXX"; // Your API key
	$client_secret = "YYY"; // Your API secret
	$data = [
		'message' => "Hello World", //Message
		'to' => "32495123456", //Receiver
		'sender' => "YourName" //Sender
	];
	curl_setopt($ch, CURLOPT_URL, "$url");
	curl_setopt($ch, CURLOPT_POST, true);
	curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
	curl_setopt($ch, CURLOPT_VERBOSE, true);
	curl_setopt($ch, CURLOPT_HTTPHEADER, [
		"X-Client-Id: $client_id",
		"X-Client-Secret: $client_secret",
		"Content-Type: application/json",
	]);
	curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($data));
	$response = curl_exec($ch);
?>
API

Smstools REST API Documentation

Our API is organized around REST. It uses standard HTTP response codes and authentication. If you'd like access to our API, sign up for a trial account

API documentation

Become a reseller

You can also offer our services as a white label reseller to your clients.

BECOME A RESELLER
API

SMS API Features

01

Use our gateway API and connect your platform to our SMS gateway which allows you to send SMS messages from your own software.

Other products

SMS SOFTWARE

Send & receive SMS messages through our software

Read more

VIRTUAL NUMBER

Receive SMS messages through a virtual number

Read more

SMS GATEWAY API

Integration tool for developers

Read more
Discover our SMS marketing platform today!

Sending SMS has never been this easy.