api-log
| User | - |
|---|---|
| Device Ip | 192.168.113.1 |
| Request Method | GET |
| Endpoint | https://dev.stockflow.me/api/v1/subscription-listing?lang=en |
| 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": "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 Status | 200 |
| Created At | 2025-12-24 19:03:13 |