api-log
| User | - |
|---|---|
| Device Ip | 192.168.113.1 |
| Request Method | GET |
| Endpoint | https://dev.stockflow.me/api/v1/faq-list?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": "Faq Listing",
"data": [
{
"id": "3",
"question": "Get fast scheduled deliveries",
"answer": "Sit back and relax while we deliver your items on time every month \u2014 fast and hassle-free."
},
{
"id": "2",
"question": "Customize & subscribe",
"answer": "Customize your package and subscribe based on your preferred schedule. We handle the rest for you!"
},
{
"id": "1",
"question": "Choose your essentials",
"answer": "Pick the products your workplace needs \u2014 from stationery to pantry supplies \u2014 so you never run out of essentials again."
}
]
} |
| Response Status | 200 |
| Created At | 2025-12-24 17:36:15 |