Lấy danh mục

API URL https://anhviafb.com/api/v1/danh-muc
header authorizations x-api-key
HTTP Method GET
Content-Type application/x-www-form-urlencoded
Response JSON

 

{
    "status": true,
    "message": "Lấy danh sách danh mục thành công.",
    "data": [
        {
            "id": "1",
            "name": "demo",
            "slug": "demo",
            "description": "",
            "product_count": 1
        }
    ]
}