Developer API
Build payments
into anything.
A clean REST API for SMS, vouchers, airtime, data, and bill payments. Integrate Celerlinks into your product in minutes.
curl -X POST https://api.celerlinks.com/v2/sms/bulk \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"sender_id": "MyBrand",
"recipients": [
"+2348012345678",
"+2349087654321"
],
"message": "Your order #1042 has been confirmed.",
"schedule_at": null
}'{
"success": true,
"message": "Messages queued successfully",
"data": {
"batch_id": "sms_01HX4Y9Z...",
"total": 2,
"queued": 2,
"failed": 0,
"cost": 2.00
}
}Built for developers
Everything you need to ship fast
Designed by developers, for developers. Clear docs, predictable behavior, no surprises.
Lightning-fast responses
Sub-100ms response times with 99.9% uptime SLA. Built for production workloads.
Secure by default
API key authentication, IP allowlisting, and webhook signature verification.
RESTful & predictable
Consistent JSON responses, standard HTTP status codes, and clear error messages.
Webhook events
Real-time event delivery for payments, voucher redemptions, and SMS status updates.
Usage analytics
Monitor your API usage, response times, and error rates from the dashboard.
SDK support
Official SDKs for Node.js, Python, and PHP. More languages coming soon.
Endpoints
Core API surface
Base URL: https://api.celerlinks.com
/v2/sms/bulkSend SMS to multiple recipients/v2/vouchersCreate and issue vouchers/v2/vouchers/{id}Retrieve a voucher by ID/v2/airtime/purchasePurchase airtime for a number/v2/data/purchasePurchase a data bundle/v2/electricity/payPay an electricity bill/v2/transactionsList transaction history/v2/wallet/transferTransfer funds between walletsQuick start
From zero to
first API call
Get your API key, make your first request, and go live — all in under 10 minutes.
Starter
For testing and small projects
Free
500 SMS/mo
Growth
For growing businesses
₦15,000/mo
10,000 SMS/mo
Enterprise
Volume pricing + dedicated support
Custom
Unlimited
Get building
Ready to integrate Celerlinks?
Start with the free tier and scale as you grow. No setup fees, no hidden costs.