Send Mobile Data

Send Mobile Data

POST https://sandbbox.teleskytech.com/api/senddata

This endpoint allows you to send Data bundles.

Query Parameters

NameTypeDescription

api

string

The ApiKey of the registered account

username

string

The username to be used with ApiKey of registered account

validity

string

Validity of Data Bundle e.g "Day","Week", or "Month"

unit

string

The Data Bundle units e.g. "MB"

amount

number

The Data Bundle amount to topup e.g 7

phone

array

The recipients' phone number(s)

 [{"id":"TD-XX","status":"Success","errorMessage":"None","recipient":"+2547XXXXXXXX","data-bundle":"7MB+7SMS","cost":7}] 

Last updated