529

api-log
User-
Device Ip49.36.107.99
Request Method
GET
Endpoint
https://dev.stockflow.me/api/v1/subscription-listing?lang=en
Request Headers
{
    "user-agent": [
        "PostmanRuntime/7.51.0"
    ],
    "accept": [
        "*/*"
    ],
    "postman-token": [
        "a0576c18-f90c-4290-996b-6c7ea1f44a0b"
    ],
    "host": [
        "dev.stockflow.me"
    ],
    "accept-encoding": [
        "gzip, deflate, br"
    ],
    "connection": [
        "keep-alive"
    ]
}
Request Body
{
    "lang": "en"
}
Response Body
{
    "success": true,
    "status": 200,
    "message": "Subscriptions fetched successfully",
    "data": [
        {
            "subscription_id": "1",
            "name": "Premium",
            "description": null,
            "content": "Only 10 users can use this subscription.",
            "tag": null,
            "billing_cycle": null,
            "image": "",
            "has_customisation_option": false,
            "button_text": null,
            "no_of_people": null,
            "regular_price": "1000.00",
            "final_price": "1000.00",
            "is_active": true,
            "is_default": true,
            "created_at": "2025-10-24 10:37:43",
            "updated_at": "2025-10-24 10:37:43",
            "products": [],
            "discount": "0.00",
            "total": "0.00"
        }
    ]
}
Response Status200
Created At2025-12-24 14:51:25