Cydene Bills API
  • Cydene Agents API Documentation
  • Authentication
    • API Authentication requirements
  • INTEGRATION FLOW
    • Requests
    • Response
  • AIRTIME
    • Airtime recharge providers
    • Purchase Airtime
  • DATA BUNDLES SERVICES
    • Bundle recharge providers
    • Bundle from a provider
    • Purchase Data Bundle
  • SMILE
    • Get Smile Bundle Options
    • Validate Smile Account
    • Purchase Smile Data Bundle
  • SPECTRANET
    • Get Spectranet Data Bundle Options
    • Purchase Spectranet Data Bundle
  • Power
    • Electricity Service Providers
    • Validate
    • Purchase Power
  • Cable Tv
    • Validate
    • Bouquets
    • Addons
    • Renewal
    • Update
  • Betting
    • Get Betting Providers
    • Validate Account
    • Fund Account
  • DSTV SHOWMAX
    • Get plans
    • Subscribe to a showtime plan
  • GAS
    • Create Order
    • Get Available Dispatchers
    • Complete Order
    • Cancel Order
    • Order Status
    • Get Order
  • Transactions
    • GetStatus
    • Get Balance
  • CONTACT US
    • Contact us
  • SMS
    • Send SMS
    • Get Delivery Status
Powered by GitBook
On this page
  1. SMS

Send SMS

Send SMS

POST {{BASE_URL}}/api/biller/sms/send

This endpoint allows you to send SMS

Headers

Name
Type
Description

x-api-key*

String

Your API Key

Request Body

Name
Type
Description

SenderId

String

One of the allowed sender settings (phone number or alphanumeric)

content*

number

The text of the message. It should contain only UTF-8 characters.

to*

String

A list/array of 11 digit mobile phone numbers that you want to send SMS to. e.g 07035361770,07035361771

agentReference*

String

This is a unique key generated by the integrator (you) to identify the transaction. This has to be unique per transaction.

PreviousSMSNextGet Delivery Status

Last updated 1 month ago