[POST]
Header
| Header | Type | Description |
|---|---|---|
| AppId | string | Create an app to get your app ID on dashboard here |
| Authorization | string | Private/secret key. Use <key> not Bearer <key> |
| Parameter | Type | Description | Required |
|---|---|---|---|
| amount required | number | amount of airtime | required |
| destination required | array | number(s) to receive the airtime | required |
Response
Response Fields
| Field | Type | Description |
|---|---|---|
| entity | object | Contains the response data |
| entity.status | string | Status of the airtime purchase (e.g., βSentβ) |
| entity.mobile | string | Mobile number that received the airtime |
| entity.amount | string | Amount of airtime sent with currency (e.g., βNGN 200.0000β) |