593

api-log
User-
Device Ip192.168.113.1
Request Method
GET
Endpoint
https://dev.stockflow.me/api/v1/home?lang=robots.txt
Request Headers
{
    "host": [
        "dev.stockflow.me"
    ],
    "connection": [
        "keep-alive"
    ],
    "content-type": [
        "application/json"
    ],
    "accept": [
        "*/*"
    ],
    "accept-language": [
        "*"
    ],
    "sec-fetch-mode": [
        "cors"
    ],
    "user-agent": [
        "node"
    ],
    "accept-encoding": [
        "br, gzip, deflate"
    ]
}
Request Body
{
    "lang": "robots.txt"
}
Response Body
{
    "success": true,
    "status": 200,
    "message": "Home data fetched successfully",
    "data": {
        "itemList": [
            {
                "id": 1,
                "title": "keep your office stocked always",
                "description": "choose your subscription package that fits your te...",
                "hideTitle": 0,
                "hideCollectionTitle": 0,
                "isFullwidth": 0,
                "imageWidth": 0,
                "imageHeight": 0,
                "imageMargin": 0,
                "marginTop": 0,
                "marginBottom": 0,
                "groupType": "",
                "subGroupType": null,
                "bgColor": "#000000",
                "fontColor": "#000000",
                "displayType": "",
                "showViewAll": 0,
                "image": "https://dev.stockflow.me/uploads/1766567613_about-us-hero.png",
                "itemList": []
            }
        ],
        "settings": [
            {
                "key": "Trusted clients",
                "value": ""
            },
            {
                "key": "Office supply items",
                "value": ""
            },
            {
                "key": "On time delivery",
                "value": ""
            },
            {
                "key": "Corporate subscriptions",
                "value": ""
            },
            {
                "key": "Enterprise support",
                "value": ""
            }
        ]
    }
}
Response Status200
Created At2025-12-24 16:28:31