Skip to content
Home » API Documentation

API Documentation

API Documentation

Send Message via SMS BulkSMS API

API Endpoint

URL: https://revampsms.com/api/v1/index.php
Method: POST / GET

Request Parameters

Parameter Required Description
number Yes Containing the destination / recipient(s) numbers
(use , to separate numbers)
message Yes The content of the message to be sent
token Yes Token from my-account page after login
media No Optional – Link (url) of MMS media file
(must end with file extension. example .jpg, .png, .mp3, .mp4, etc)
from No Optional – Alphanumeric Sender ID. Each user can
define up to three alphanumeric sender IDs
on their account. Once approved, you can use from = (1, 2, 3)
or from = alphanumeric sender id that has been approved.

Success Response

success: true
Content Type: application/json
Output format:
{"success":"true","error":"","status":"sent",
"id":"SBSMS1234e3f3c3a97e540790a728",
"gid":"MSGAff711234c698d61b3d068c2d",
"number":"+6282139900300","msg_status":"delivered","msg_type":"sms",
created_at":"2020-05-21 06:28:18pm","user_limit":"4"}

Failed Response

success: false
Content Type: application/json
Output format:
{"success":"false","error":"invalid parameters","status":"failed","id":"",
"number":"","msg_stat":"","created_at":"","user_limit":""}