Welcome to Gosmat API Documentation
This documentation provides all the information needed to integrate with Gosmat 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 api_key. You can find this in 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",
"references": "202505301030abcde"
}