Integrate transactional SMS alerts, MoMo checkout OTP verifications, and custom Sender IDs directly into your software. Simple GHS-billed developer REST API — NCA approved. Reach MTN, Telecel & AT networks in under 2 seconds!
curl -X POST https://cedcast.com/api/v1/messages/ \ -H "Authorization: Token secret_key" \ -H "Content-Type: application/json" \ -d '{ "content": "OTP code is 4821", "recipients": ["0241234567"] }'
import requests url = "https://cedcast.com/api/v1/messages/" headers = { "Authorization": "Token secret_key", "Content-Type": "application/json" } payload = { "content": "OTP code is 4821", "recipients": ["0241234567"] } response = requests.post(url, json=payload, headers=headers) print(response.json())
const url = "https://cedcast.com/api/v1/messages/"; const headers = { "Authorization": "Token secret_key", "Content-Type": "application/json" }; const body = JSON.stringify({ content: "OTP code is 4821", recipients: ["0241234567"] }); fetch(url, { method: "POST", headers, body }) .then(res => res.json()) .then(data => console.log(data))
A developer-centric set of features designed to scale with your volume.
Deliver critical 2FA/OTPs and checkout verifications to MTN, Telecel, and AT networks in under 2 seconds. Retain high-converting customers with instant, zero-delay delivery.
Configure a Webhook URL and receive instant, push-based delivery report callbacks on your server the moment we receive carrier delivery updates.
Protect against double deductions. Our atomic billing system pre-calculates long segment counts and deducts exactly what is needed upfront in a secure transaction.
Developers who integrate our API get heavily discounted rates compared to our web dashboard. No monthly subscriptions.
A streamlined path to launching programmatic SMS Alerts.
Register for your custom, alphanumeric Sender ID and complete the one-time upfront registration fee of GH₵300.00.
Your credentials unlock instantly upon payment. Build and test using the CEDCAST channel (max 100 SMS/day) while waiting for approval.
The second your custom Sender ID is approved, the daily sandbox limits vanish and your sends automatically transition to your new Sender ID.
Everything you need to know about the CedCast SMS API for developers in Ghana