# Smile Bundle Lookup

## Fetch Smile bundles

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

This endpoint allows you to fetch smile bundles.

#### Headers

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

{% tabs %}
{% tab title="200 Below is a sample response." %}

```
{    
    "success": true,
    "data": {
        "status": "success",
        "message": "Successful",
        "code": 200,
        "data": [
            {
            "type": "SMILE",
            "code": "624",
            "amount": "300",
            "price": "300",
            "description": " 1GB FlexiDaily",
            "duration": ""
        },
        {
            "type": "SMILE",
            "code": "625",
            "amount": "500",
            "price": "500",
            "description": " 2.5GB FlexiDaily",
            "duration": ""
        },
        {
            "type": "SMILE",
            "code": "626",
            "amount": "500",
            "price": "500",
            "description": "1GB FlexiWeekly",
            "duration": ""
        },
        {
            "type": "SMILE",
            "code": "516",
            "amount": "510",
            "price": "510",
            "description": "SmileVoice ONLY 65",
            "duration": ""
        },
        {
            "type": "SMILE",
            "code": "606",
            "amount": "1000",
            "price": "1000",
            "description": "1.5GB Bigga",
            "duration": ""
        },
        {
            "type": "SMILE",
            "code": "627",
            "amount": "1000",
            "price": "1000",
            "description": " 2GB FlexiWeekly ",
            "duration": ""
        },
        {
            "type": "SMILE",
            "code": "517",
            "amount": "1020",
            "price": "1020",
            "description": "SmileVoice ONLY 135",
            "duration": ""
        },
        {
            "type": "SMILE",
            "code": "413",
            "amount": "1020",
            "price": "1020",
            "description": "2GB MidNite",
            "duration": ""
        },
        {
            "type": "SMILE",
            "code": "607",
            "amount": "1200",
            "price": "1200",
            "description": "2GB Bigga",
            "duration": ""
        },
        {
            "type": "SMILE",
            "code": "608",
            "amount": "1500",
            "price": "1500",
            "description": "3GB Bigga",
            "duration": ""
        },
        {
            "type": "SMILE",
            "code": "628",
            "amount": "1500",
            "price": "1500",
            "description": " 6GB FlexiWeekly ",
            "duration": ""
        },
        ]
    }
}
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://capitalsage.gitbook.io/sagecloud/data/smile-bundle-lookup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
