api-log
| User | - |
|---|---|
| Device Ip | 192.168.113.1 |
| Request Method | GET |
| Endpoint | https://dev.stockflow.me/api/v1/category-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": "Categories fetched successfully",
"data": [
{
"category_id": "3",
"parent_id": null,
"name": "Cleaning & Pantry",
"parent_name": null,
"category_image": null,
"is_active": true,
"created_at": "2025-10-30 12:10:42",
"updated_at": "2025-10-30 12:10:42"
}
]
} |
| Response Status | 200 |
| Created At | 2025-12-24 15:27:39 |