Buy airtime across all mobile networks

[POST]
{{baseUrl}}/api/v1/purchase/airtime
HeaderTypeDescription
AppIdstringCreate an app to get your app ID on dashboard here
Authorizationstringpublic secret key
ParameterTypeDescriptionRequired
amount requirednumberamount of airtimerequired
destination requiredarraynumber(s) to receive the airtimerequired
Response
{
    "entity": {
        "status": "Sent",
        "mobile": "+2348102152847",
        "amount": "NGN 200.0000"
    }
}