Sending SMS from 3rd Party Providers
Learn how to send SMS in a JSON format using our API.
Request URL
https://api.mobivatebulksms.com:443/send/single?api_key={API_Key which you provide to them}Content Type
application/jsonPost Data (raw)
{
"originator" : "TEST",
"recipient" : "447930000000",
"body" : "Hello World",
"routeId" : "mglobal"
}Parameters
Parameter
Required?
Description
Last updated