This document provides a reference for all features available to you via the SOAP Web Service for sending SMS. The SOAP-API allows you to integrate your Client Application (Client) to SMSGlobal (Vendor) using the SOAP protocol. SOAP exchanges XML based messages over HTTP(S).
The SOAP API can be accessed at https://api.smsglobal.com/soap/soapserver.php
Note: You'll need your MXT account username and password to authenticate with the API
Get started quickly with our Postman Collection for our API
Includes our REST, HTTP, SOAP and OTP API, with authentication scripts will get you sending messages in minutes.
An initial call to the method apiValidateLogin must be made prior to calling any other method. The apiValidateLogin method will accept both your SMSGlobal username and password as parameters. Upon response, it will return an authenticated token.
This token will need to be passed into subsequent method calls to verify authorisation. The ticket remains valid as long as the request is made from the initial IP that invoked the method to obtain the ticket.
Refer to SOAP API URL or WSDL for further documentation. https://api.smsglobal.com/soap/soapserver.php?wsdl