👋 Welcome to Adestaly API Documentation
This documentation provides all the information needed to integrate with Adestaly TopUp services.
🚀 What You Can Do
- Buy Airtime for all networks
- Purchase Data plans
- Subscribe to Cable TV
- Pay Electricity Bills
- Exam Pin
- More VTU-related services soon
🔐 Authentication
All requests must include your api_key
. You can find this in your developer dashboard.
Authorization: Bearer your_api_key_here
📄 Response Format
All API responses are in JSON format. Successful responses return a status
,
msg
, and optionally a true_response
.
{
"status": "success",
"msg": "Action completed successfully",
"reference": "202505301030abcde"
}