# Smile Bundle Purchase

## Purchase Spectranet Bundle

<mark style="color:green;">`POST`</mark> `https://sagecloud.ng/api/v2/internet/data/smile`

This endpoint allows you to purchase Smile bundle plans.

#### Headers

| Name          | Type   | Description             |
| ------------- | ------ | ----------------------- |
| Authorization | string | Check the Headers page. |

#### Request Body

| Name     | Type   | Description                     |
| -------- | ------ | ------------------------------- |
| phone    | string | Phone number of the recipient.  |
| dataCode | string | The code of the fetched bundle. |

{% tabs %}
{% tab title="200 " %}

```
{    
    "success": true,
    "message": "Smile bundle of 1800 purchase successful for 0202020200"
}
```

{% endtab %}
{% endtabs %}
