Airtime VTU, Share & Sell
Data Gifting, SME, Transfer, Corporate
Data PIN
Transaction
Webhooks
Airtime
get
/airtime
Get airtime option
Sample Response
{
"status": "ok",
"message": "airtime fetched.",
"data": {
"category": {
"id": 1,
"name": "Airtime",
"type": "airtime",
"products": [
{
"id": 1,
"name": "MTN VTU",
"code": "mtn",
"variations": []
}
]
},
"is_mtn_awuf_enabled": true
}
}