16856

api-log
User-
Device Ip192.168.113.1
Request Method
POST
Endpoint
https://dev.stockflow.me/api/v1/subscription-detail
Request Headers
{
    "host": [
        "dev.stockflow.me"
    ],
    "connection": [
        "keep-alive"
    ],
    "content-type": [
        "application/json"
    ],
    "accept": [
        "*/*"
    ],
    "accept-language": [
        "*"
    ],
    "sec-fetch-mode": [
        "cors"
    ],
    "user-agent": [
        "node"
    ],
    "pragma": [
        "no-cache"
    ],
    "cache-control": [
        "no-cache"
    ],
    "accept-encoding": [
        "br, gzip, deflate"
    ],
    "content-length": [
        "24"
    ]
}
Request Body
{
    "subscription_id": "26"
}
Response Body
{
    "success": true,
    "status": 200,
    "message": "Subscription details fetched successfully",
    "data": {
        "subscription_id": "26",
        "name": "Small Officeeee",
        "description": "<ul>\r\n\t<li>4 Delivery for entire month</li>\r\n\t<li>More than 25+ Office items</li>\r\n\t<li>Delivered on the 1st Sunday of the Month</li>\r\n</ul>\r\n",
        "tag": "Regular",
        "billing_cycle": "monthly",
        "image": "https://dev.stockflow.me/uploads/69157854d45b4.png",
        "visit_in_month": "1",
        "validity": 30,
        "has_customisation_option": true,
        "button_text": "Subscribe Now",
        "no_of_people": "Upto 20 people",
        "regular_price": "0.00",
        "final_price": "8.00",
        "is_active": true,
        "is_default": false,
        "created_at": "2025-11-13 11:19:00",
        "updated_at": "2025-12-23 18:34:51",
        "products": [
            {
                "product_id": 45,
                "name": "Kangaro Heavy Duty Stapler HD-23S13",
                "subscription_price": "4.50",
                "total": "4.80",
                "qty": 1,
                "discount": "0.30",
                "images": [
                    "https://dev.stockflow.me/uploads/product_691c1734a7281.jpg"
                ]
            },
            {
                "product_id": 50,
                "name": "Pilot White Board Marker Blue",
                "subscription_price": "3.50",
                "total": "3.80",
                "qty": 1,
                "discount": "0.30",
                "images": [
                    "https://dev.stockflow.me/uploads/product_691c191d6c258.jpg"
                ]
            }
        ],
        "sub_total": "8.60",
        "discount": "0.60",
        "total": "8.00",
        "is_runtime_calculated": false
    }
}
Response Status200
Created At2025-12-25 13:11:20