Developer Docs

Data Corporate

Get Data option

Sample Response

{
    "status": "ok",
    "message": "data fetched",
    "data": {
        "category": {
            "id": 3,
            "name": "Data Corporate",
            "type": "data_sme",
            "products": [
                {
                    "id": 5,
                    "name": "AIRTEL Corporate",
                    "code": "airtel",
                    "variations": []
                },
                {
                    "id": 4,
                    "name": "MTN Corporate",
                    "code": "mtn",
                    "variations": [
                        {
                            "id": 76,
                            "name": "MTN 500MB 30days",
                            "code": "mtn-sme-500mb",
                            "amount": 0,
                            "options": []
                        },
                        {
                            "id": 77,
                            "name": "MTN 1GB 30days",
                            "code": "mtn-sme-1gb",
                            "amount": 0,
                            "options": []
                        },
                        {
                            "id": 78,
                            "name": "MTN 2GB 30days",
                            "code": "mtn-sme-2gb",
                            "amount": 0,
                            "options": []
                        },
                        {
                            "id": 79,
                            "name": "MTN 3GB 30days",
                            "code": "mtn-sme-3gb",
                            "amount": 0,
                            "options": []
                        },
                        {
                            "id": 80,
                            "name": "MTN 5GB 30days",
                            "code": "mtn-sme-5gb",
                            "amount": 0,
                            "options": []
                        },
                        {
                            "id": 81,
                            "name": "MTN 10GB 30days",
                            "code": "mtn-sme-10gb",
                            "amount": 0,
                            "options": []
                        }
                    ]
                }
            ]
        }
    }
}